extract-gif-frames
v1.0.6
Published
extract gif frames using the excelent jsgif lib(https://github.com/buzzfeed/jsgif)
Downloads
14
Readme
extract-gif-frames
import extractGifFrames from 'extract-gif-frames'
const frames = await extractGifFrames('./test.gif')
TODO
- [ ] Remove canvas dependency and support nodejs env.
- [ ] Make event driven(never store all frames internally)
- [ ] README