pencil-js/pencil.js

Fully node compatible

GMartigny opened this issue · 0 comments

As an abstract renderer, Pencil.js could be run in node. However, there's still browser dependencies (Path2D, FontFace, CSS ...) that should be dealt with.

In the end, Pencil.js could generated images out of the browser context with the help of https://www.npmjs.com/package/canvas for example.