This project intention is to ease the generation of sprites for the gif looper project
You can use the project going to https://juliensnz.github.io/opz-gif/
git clone https://github.com/juliensnz/opz-gif.git
cd opz-gif
yarn install
yarn build
yarn start
- remove gif from grid [DONE v0.1.0]
- add from grid [DONE v0.1.0]
- enter to confirm url [DONE v0.1.0]
- escape to dismiss [DONE v0.1.1]
- prevent user from loosing data [DONE v0.1.2]
- add a loading indicator [DONE v0.1.3]
- prevent triggering after modal is dismissed [DONE v0.1.4]
- loop configuration [DONE v0.2.0]
- triming/Sampling gifs [DONE v0.2.0]
- add giphy support [DONE v0.3.0]
- handle weird gifs size [DONE v0.3.0]
- edit mode [DONE v0.4.0]
- manage transparent gif [DONE v0.4.0]
- manage 0 length delay [DONE v0.4.1]
- Add end to end tests [DONE v0.4.4]
- add multiple gifs at once
- add loop feature
- local storage
- remove all
- generate from video
- use jpeg instead of png
- managing multiple video packs
- support of video formats
- automatic videopack generation
- detect if user is offline
- youtube video support (could be tricky)