https://github.com/jamsinclair/gif-spin
Generate spinning gif animations from a static image in your browser!
https://github.com/jamsinclair/gif-spin
Last synced: 3 months ago
JSON representation
Generate spinning gif animations from a static image in your browser!
- Host: GitHub
- URL: https://github.com/jamsinclair/gif-spin
- Owner: jamsinclair
- License: mit
- Created: 2020-04-18T02:22:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-28T07:53:47.000Z (10 months ago)
- Last Synced: 2025-01-12T20:11:33.270Z (3 months ago)
- Language: JavaScript
- Homepage: https://gifspin.netlify.app
- Size: 963 KB
- Stars: 10
- Watchers: 3
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gif-spin
[](https://gifspin.netlify.app)
> Generate spinning gif animations from a static image in your browser!
## Development
1. Clone the repo
1. Run `yarn` to install dependencies
1. Run `yarn dev` to start development server
1. Make your changes?## Future plans
In an ideal world I would love to see if there is a better gif tool available for the browser. This would greatly improve the size and quality of GIFs created with JavaScript.
Keeping a watch on these projects to see if a wasm version is ever available or feasible:
- https://github.com/kohler/gifsicle (Fork with wasm at https://github.com/marvinirwin/gifsicle-wasm)
- https://github.com/ImageOptim/libpngquant
- https://github.com/ImageOptim/gifski