Skia Canvas: Browserless implementation of the HTML Canvas drawing API for node

Skia Canvas is a Node.js library that mimics the HTML Canvas API using Google’s Skia graphics engine, delivering results similar to Chrome. This tool is perfect for rendering graphics on desktops and servers, supporting various image formats. Not only does Skia Canvas faithfully represent the standard API, but it also enhances it with advanced graphic features. Users can render retina images, save files in different formats, and even create multi-page PDFs. Additionally, Skia Canvas offers a Canvas Window class for interactive drawing, making it a versatile and powerful tool for developers.

https://skia-canvas.org/

To top