JSPM

canvas-gif

2.0.0-preview
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 40
  • Score
    100M100P100Q10225F
  • License OQL

Manipulate GIFs easily, with a canvas-like API!

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

Package Size Version

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.