Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jeffersonlicet/random-gif-split

🖼️ Pick a random frame from an animated gif
https://github.com/jeffersonlicet/random-gif-split

Last synced: 16 days ago
JSON representation

🖼️ Pick a random frame from an animated gif

Awesome Lists containing this project

README

        

# random-gif-split






#### Pick a random frame from an animated gif
Usage:
`import randomGifSplit from 'random-gif-split';`

Then:
`const base64Frame = await randomGifSplit('http://contoso.com/image.gif');`

Based on:
https://github.com/transitive-bullshit/gif-extract-frames/blob/master/index.js