Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
pure JavaScriptでアニメGIFを作るデモ
- Host: GitHub
- URL: https://github.com/uiur/jsgif-demo
- Owner: uiur
- Created: 2012-12-19T05:25:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-19T05:48:00.000Z (about 12 years ago)
- Last Synced: 2024-10-12T19:31:31.374Z (3 months ago)
- Language: JavaScript
- Size: 1.56 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://github.com/antimatter15/jsgif
antimatter15/jsgifを使ってpure jsでアニメGIFを作るデモ
canvasのクロスオリジン制約によりHTTPサーバー上で動かす必要がある
expressがインストールされた環境ではこうすれば動くはず``` bash
$ node file_server.js
```