1.0.3 • Published 2 years ago

canvas-gif v1.0.3

Weekly downloads
-
License
OQL
Repository
github
Last release
2 years ago

It's like node-canvas but for GIFs!

new readme coming soon! heavily breaking api!

Check out the playground for some examples of how the library works!

FAQ

Why do I have to have the fonts installed on my system first? node-canvas lets me register fonts, why don't you?

sharp, the image processing library behind canvas-gif, depends on librsvg to render SVGs and does not support embedded fonts. This means that only fonts installed on the system may be used.

See the code's license here.