Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace svg2img with resvg-js #742

Merged
merged 8 commits into from
Jan 31, 2023
Merged

Conversation

andreban
Copy link
Member

** Needs broader testing**

svg2img depends on node-canvas which, as a platform-specific library frequently breaks when deployed to specific architectures.

resvg-js uses a WASM implementation, which makes it less likely to break.

Should improve on #699

svg2img depends on node-canvas which, as a platform-specific
library frequently breaks when deployed to specific architercures.

resvg-js uses a WASM implemenation, makit it less likely to break.
@andreban andreban added the enhancement New feature or request label Jan 15, 2023
Copy link
Collaborator

@PEConn PEConn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@andreban
Copy link
Member Author

Tested on a M1 MacOS. Working fine :)

@andreban andreban marked this pull request as ready for review January 31, 2023 13:09
@andreban
Copy link
Member Author

Tested on a ChromeOS Linux. Working fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants