https://github.com/jeffersonlicet/random-gif-split
🖼️ Pick a random frame from an animated gif
https://github.com/jeffersonlicet/random-gif-split
Last synced: 4 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-03T17:27:19.000Z (almost 5 years ago)
- Last Synced: 2025-03-18T12:55:07.066Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- 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