https://github.com/zalo/gifcorder
A simple web-based gif recording tool
https://github.com/zalo/gifcorder
gif online recorder screen web
Last synced: 3 months ago
JSON representation
A simple web-based gif recording tool
- Host: GitHub
- URL: https://github.com/zalo/gifcorder
- Owner: zalo
- License: mit
- Created: 2019-09-18T22:25:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-01-26T19:54:47.000Z (over 4 years ago)
- Last Synced: 2025-03-04T16:26:04.312Z (over 1 year ago)
- Topics: gif, online, recorder, screen, web
- Language: HTML
- Homepage: https://zalo.github.io/gifcorder
- Size: 307 KB
- Stars: 8
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [Gifcorder](https://zalo.github.io/gifcorder/)
A simple web-based gif/webm recording tool
## Credits
.gif Export made possible with [@jnordberg's](https://johan-nordberg.com/) [.gif.js](https://github.com/jnordberg/gif.js).
.gif Compression possible with [zx6733090's Emscripten port of gifsicle](https://github.com/zx6733090/gifmin) (and of course [gifsicle](https://github.com/kohler/gifsicle) itself maintained by [@kohler](https://github.com/kohler)).
WebM Export based on code from [CanvasRecorder](https://github.com/SMUsamaShah/CanvasRecorder).
Minimal Styling provided by [skeleton.css](http://getskeleton.com/).