Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Releases: Brooooooklyn/canvas

v0.1.93

17 Feb 02:51
v0.1.93
71c6bb5

Choose a tag to compare

What's Changed

Full Changelog: v0.1.92...v0.1.93

v0.1.92

12 Feb 12:06
v0.1.92
28496eb

Choose a tag to compare

What's Changed

  • feat: add node-canvas compatibility layer (@napi-rs/canvas/node-canvas) by @Brooooooklyn in #1203
  • chore(deps): update dependency oxlint-tsgolint to ^0.12.0 by @renovate[bot] in #1205
  • fix: putImageData bypassed deferred rendering PageRecorder by @Brooooooklyn in #1206

Full Changelog: v0.1.91...v0.1.92

skia-90228207

14 Feb 03:10
28496eb

Choose a tag to compare

0.1.92

v0.1.91

09 Feb 14:38
v0.1.91
6661e25

Choose a tag to compare

What's Changed

  • fix: plug native memory leaks in SVG canvas, bitmap shader, and stream allocations by @Brooooooklyn in #1201
  • fix: clip with nested transforms intersects in device space by @Brooooooklyn in #1202

Full Changelog: v0.1.90...v0.1.91

v0.1.90

05 Feb 15:10
v0.1.90
cf8f313

Choose a tag to compare

What's Changed

Full Changelog: v0.1.89...v0.1.90

v0.1.89

28 Jan 14:37
v0.1.89
ce62d2c

Choose a tag to compare

What's Changed

Full Changelog: v0.1.88...v0.1.89

v0.1.88

27 Dec 15:50
v0.1.88
ff23f49

Choose a tag to compare

What's Changed

Full Changelog: v0.1.87...v0.1.88

v0.1.87

26 Dec 12:15
v0.1.87
4dba74e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.86...v0.1.87

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