1.0.6 • Published 5 years ago

p5.gif v1.0.6

Weekly downloads
98
License
-
Repository
-
Last release
5 years ago

p5.gif

NHibiki NHibiki Docs CircleCI - Prod

Loading Demo | Capturing Demo

Summary

p5gif is a library to process GIF on top of p5.js. It can help artists easily handling GIF related operations. eg. making GIFs, splitting frames, etc.

How to use

Refer to CDN

<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
<script src="https://unpkg.com/p5.gif/dist/p5gif.min.js"></script>

Build From Source

git clone https://github.com/WenheLI/p5.gif.git ./node_modules/p5.gif
cd ./node_modules/p5.gif

yarn && yarn build
cd ../..

In your nodejs

import p5Gif from 'p5.gif/build/p5gif.min.js';

Manual

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4-rc-1

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2-rc1

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago