-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
NHibiki
committed
Feb 12, 2019
1 parent
c00bf2c
commit 483c718
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# p5.gif | ||
|
||
[![NHibiki](https://img.shields.io/badge/Download-Stable-39c000.svg?style=flat-square)](https://github.com/WenheLI/p5.gif/releases/download/v1.0/p5gif.min.js) | ||
[![NHibiki](https://img.shields.io/badge/Download-Nightly-edb900.svg?style=flat-square)](https://github.com/WenheLI/p5.gif/releases/download/v1.0/p5gif.min.js) | ||
[![NHibiki](https://img.shields.io/badge/Download-Stable-39c000.svg?style=flat-square)](https://unpkg.com/p5.gif@1.0.1/dist/p5gif.min.js) | ||
[![NHibiki](https://img.shields.io/badge/Download-Nightly-edb900.svg?style=flat-square)](https://unpkg.com/p5.gif/dist/p5gif.min.js) | ||
[![Docs](https://img.shields.io/badge/Read-Docs-4da1ff.svg?style=flat-square)](https://github.com/WenheLI/p5.gif/wiki) | ||
[![CircleCI - Prod](https://circleci.com/gh/WenheLI/p5.gif/tree/master.svg?style=svg)](https://circleci.com/gh/WenheLI/p5.gif/tree/master) | ||
|
||
|
@@ -16,7 +16,7 @@ p5gif is a library to process GIF on top of p5.js. It can help artists easily ha | |
|
||
```html | ||
<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> | ||
<script src="https://unpkg.com/[email protected]/dist/p5gif.min.js"></script> | ||
``` | ||
|
||
### Build From Source | ||
|