Hacker News new | ask | show | jobs
by kevlened 568 days ago
If you're interested in node-compatible canvas implementations:

- canvaskit-wasm from the skia project - I don't think it's gpu-accelerated: https://github.com/google/skia/tree/main/modules/canvaskit/n...

- @napi-rs/canvas - This is the fastest binding: https://github.com/Brooooooklyn/canvas?tab=readme-ov-file#pe...

- node-canvas - Uses Cairo instead of Skia: https://github.com/Automattic/node-canvas