Skip to content

Releases: Brooooooklyn/canvas

v0.1.86

21 Dec 15:10
v0.1.86
1486810

Choose a tag to compare

What's Changed

Full Changelog: v0.1.85...v0.1.86

v0.1.85

19 Dec 14:47
v0.1.85
675d529

Choose a tag to compare

What's Changed

Lottie

See lottie-to-video.ts for example

const { LottieAnimation } = require('@napi-rs/canvas')

// Load from file
const animation = LottieAnimation.loadFromFile('animation.json')

// Load from JSON string with resource path for external assets
const animation = LottieAnimation.loadFromData(jsonString, {
  resourcePath: '/path/to/assets',
})
output.mp4

Changelog

Full Changelog: v0.1.84...v0.1.85

skia-ee20d565

21 Dec 10:07
80e2b59

Choose a tag to compare

chore: replace the Lottie demo

v0.1.84

06 Dec 08:59
v0.1.84
6d50db2

Choose a tag to compare

What's Changed

Full Changelog: v0.1.83...v0.1.84

v0.1.83

27 Nov 14:19
v0.1.83
ba733d2

Choose a tag to compare

What's Changed

Full Changelog: v0.1.82...v0.1.83

skia-da51f0d6

27 Nov 09:40
28fdfb2

Choose a tag to compare

feat: add variable font support (#1148)

Co-authored-by: Claude <[email protected]>

v0.1.82

11 Nov 02:25
v0.1.82
f4d1d75

Choose a tag to compare

What's Changed

  • feat: PDFDocument support by @Brooooooklyn in #1137
  • chore(deps): update dependency electron to v39 by @renovate[bot] in #1138
  • chore(deps): update dependency node to v24 by @renovate[bot] in #1139
  • Add PDF annotation APIs using SkAnnotation.h for interactive links and navigation by @Copilot in #1140
  • chore(deps): lock file maintenance by @renovate[bot] in #1142
  • chore(deps): update yarn to v4.11.0 by @renovate[bot] in #1143
  • feat: add Uint16Array and Float32Array support to ImageData constructor by @Copilot in #1144
  • chore(deps): update dependency @oxc-node/core to ^0.0.33 by @renovate[bot] in #1145
  • chore(deps): update dependency @oxc-node/core to ^0.0.34 by @renovate[bot] in #1146

Full Changelog: v0.1.81...v0.1.82

v0.1.81

26 Oct 12:30
v0.1.81
154b6dc

Choose a tag to compare

What's Changed

Full Changelog: v0.1.80...v0.1.81

skia-f4ed99d2

26 Oct 09:31
d0d5edf

Choose a tag to compare

chore(deps): update github artifact actions (major) (#1135)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

v0.1.80

13 Sep 07:00
v0.1.80
dda1b25

Choose a tag to compare

What's Changed

Full Changelog: v0.1.79...v0.1.80