v1.0.8
Fixed 2
- Capture call-time snapshot in async encode APIs to prevent data corruption
- Snapshot canvas source in drawImage to avoid per-call pixel copy
From @napi-rs/canvas
What's Changed
- fix: capture call-time snapshot in async encode APIs (#1313) by @Brooooooklyn in https://github.com/Brooooooklyn/canvas/pull/1323
- chore(deps): update dependency canvaskit-wasm to ^0.42.0 by @renovate[bot] in https://github.com/Brooooooklyn/canvas/pull/1322
- chore(deps): update rust to v1.98.0 by @renovate[bot] in https://github.com/Brooooooklyn/canvas/pull/1324
- fix: snapshot canvas source in drawImage to avoid per-call pixel copy by @Brooooooklyn in https://github.com/Brooooooklyn/canvas/pull/1325
Full Changelog: https://github.com/Brooooooklyn/canvas/compare/v1.0.7...v1.0.8