Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 12, 2026

Bumps @napi-rs/canvas from 0.1.80 to 0.1.88.

Release notes

Sourced from @​napi-rs/canvas's releases.

v0.1.88

What's Changed

Full Changelog: Brooooooklyn/canvas@v0.1.87...v0.1.88

v0.1.87

What's Changed

Full Changelog: Brooooooklyn/canvas@v0.1.86...v0.1.87

v0.1.86

What's Changed

Full Changelog: Brooooooklyn/canvas@v0.1.85...v0.1.86

v0.1.85

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

... (truncated)

Changelog

Sourced from @​napi-rs/canvas's changelog.

0.1.88 (2025-12-27)

Bug Fixes

  • should throw TypeError if drawImage param mismatched (#1190) (386ac90)

0.1.87 (2025-12-26)

Bug Fixes

  • image: make Buffer load synchronous and add decode() method (#1186) (d418593)
  • make Image class HTML spec compliant for jsdom integration (#1184) (a6d3993)

Features

  • add ctx.lang property for language-specific text rendering (#1187) (5dfbfb6)
  • add textRendering property for text rendering hints (#1189) (6707c48)
  • ignore Letter Spacing in Cursive Scripts (#1185) (2fa4b40)

0.1.86 (2025-12-21)

Bug Fixes

  • RTL text fillText(maxWidth) x positioning calculation error (#1179) (4db0dac)

Features

0.1.85 (2025-12-19)

Bug Fixes

  • initial black color string should be [#000000](https://github.com/Brooooooklyn/canvas/issues/000000) rather than [#000](https://github.com/Brooooooklyn/canvas/issues/000) (#1174) (c45020a)

Features

... (truncated)

Commits
  • ff23f49 0.1.88
  • 386ac90 fix: should throw TypeError if drawImage param mismatched (#1190)
  • 4dba74e 0.1.87
  • 6707c48 feat: add textRendering property for text rendering hints (#1189)
  • 5ca7b1f chore: update Rust toolchain (#1188)
  • 5dfbfb6 feat: add ctx.lang property for language-specific text rendering (#1187)
  • d418593 fix(image): make Buffer load synchronous and add decode() method (#1186)
  • 2fa4b40 feat: ignore Letter Spacing in Cursive Scripts (#1185)
  • a6d3993 fix: make Image class HTML spec compliant for jsdom integration (#1184)
  • 1486810 0.1.86
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@napi-rs/canvas](https://github.com/Brooooooklyn/canvas) from 0.1.80 to 0.1.88.
- [Release notes](https://github.com/Brooooooklyn/canvas/releases)
- [Changelog](https://github.com/Brooooooklyn/canvas/blob/main/CHANGELOG.md)
- [Commits](Brooooooklyn/canvas@v0.1.80...v0.1.88)

---
updated-dependencies:
- dependency-name: "@napi-rs/canvas"
  dependency-version: 0.1.88
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 12, 2026
@vercel
Copy link

vercel bot commented Jan 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
thickofitquotes Ready Ready Preview, Comment Jan 12, 2026 11:24am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant