-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Proposal: Mirror basic nodecanvas interface #123
Comments
@asturur hey, The |
yes i want to resume this test. I see that skia canvas also has been updated, how this package relate to the other? is skia-canvas a dependency of this one? |
No, skia-canvas is depended on rust-skia, another skia library created by me. This project is depended on skia from scratch, because rust-skia was designed for more general usage, like rendering on The major differences between this project and skia-canvas is:
|
And this project is dependent on |
Mirroring the basic node-canvas interface, has already done with
createCanvas
function, could be a great boost to adoption, especially for JSDOM.The text was updated successfully, but these errors were encountered: