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

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

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

Last synced: 3 months 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
```