Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jeffersonlicet/random-gif-split
- Owner: jeffersonlicet
- Created: 2019-01-21T15:44:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T17:27:19.000Z (over 4 years ago)
- Last Synced: 2024-11-22T03:51:33.549Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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