From 5d4b8b87a3b4f776804c5eb7df5b8ab1bfb3eea5 Mon Sep 17 00:00:00 2001 From: Julian Descottes Date: Mon, 13 Apr 2015 08:53:24 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7d9f51f..e5a16067 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ The Piskel editor is purely built in **JavaScript, HTML and CSS**. It uses Canva We also use the following **libraries** : * [spectrum](https://github.com/bgrins/spectrum) : awesome standalone colorpicker * [gifjs](http://jnordberg.github.io/gif.js/) : generate animated GIFs in javascript, using webworkers +* [supergif](https://github.com/buzzfeed/libgif-js) : modified version of SuperGif to parse and import GIFs * [jszip](https://github.com/Stuk/jszip) : create, read and edit .zip files with Javascript * [canvas-toBlob](https://github.com/eligrey/canvas-toBlob.js/) : shim for canvas toBlob * [jquery](http://jquery.com/) : used sporadically in the application