Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

GifDeck
=======
Convert your SlideShares into beautifully animated GIFs

https://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.