Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uiur/jsgif-demo

pure JavaScriptでアニメGIFを作るデモ
https://github.com/uiur/jsgif-demo

Last synced: about 1 month ago
JSON representation

pure JavaScriptでアニメGIFを作るデモ

Awesome Lists containing this project

README

        

https://github.com/antimatter15/jsgif

antimatter15/jsgifを使ってpure jsでアニメGIFを作るデモ

canvasのクロスオリジン制約によりHTTPサーバー上で動かす必要がある
expressがインストールされた環境ではこうすれば動くはず

``` bash
$ node file_server.js
```