Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaipandya/gifdeck
Convert your SlideShares into beautifully animated GIFs
https://github.com/jaipandya/gifdeck
Last synced: 3 months ago
JSON representation
Convert your SlideShares into beautifully animated GIFs
- Host: GitHub
- URL: https://github.com/jaipandya/gifdeck
- Owner: jaipandya
- License: gpl-3.0
- Created: 2014-09-08T18:15:10.000Z (over 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-04-24T18:05:38.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T07:10:39.363Z (6 months ago)
- Language: CSS
- Homepage: http://gifdeck.in
- Size: 2.02 MB
- Stars: 94
- Watchers: 4
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-gif - gifdeck - Convert your SlideShares into animated GIFs. (Utilities)
README
GifDeck
=======
Convert your SlideShares into beautifully animated GIFshttps://gifdeck.in
![Screenshot](images/screenshots/gifdeck.png)
GifDeck uses [gif.js](https://jnordberg.github.io/gif.js/) to convert a presentation into a playable GIF. It makes use of HTML5 Canvas, Blob and Web Workers. Everything happens on the client side. Individual slides of a presentation are fetched using [SlideShare oEmbed API](https://www.slideshare.net/developers/oembed). For bypassing the cross browser restrictions, it uses an iFrame based postMessage proxy.