gif-canvas
v1.0.0
Published
Draw GIFs to canvas.
Downloads
59
Readme
gif-canvas
Easily draw GIFs to canvas!
Install
npm install --save gif-canvas
or
<script src="dist/gif-canvas.js"></script>
Usage
var gc = GifCanvas('/my.gif', {
fps: 30
})
gc.canvas // Gif is automagically drawn here!
Thanks
This module is a wrapper around pixel-gif.