Skip to content
Yuuno, Hibiki edited this page Dec 4, 2018 · 5 revisions

p5.gif

NHibiki NHibiki Docs CircleCI - Prod

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://p5gif.s3.yuu.uno/stable/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

Cheers

NHibiki

Clone this wiki locally