Package Exports
- canvas-gif
- canvas-gif/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (canvas-gif) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

canvas-gif
npm i canvas-gif
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.