-
Notifications
You must be signed in to change notification settings - Fork 26
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
1 parent
bf34262
commit 1b7fedd
Showing
6 changed files
with
24 additions
and
7 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 |
---|---|---|
|
@@ -41,7 +41,7 @@ Alternatively, you can link to a `p5.brush.js` file hosted online. All versions | |
|
||
```html | ||
<!-- Online version of p5.brush --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/p5.brush.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/p5.brush.js"></script> | ||
``` | ||
|
||
### Install with NPM and other modular-based apps | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
<head> | ||
<title>p5.brush.js Example</title> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/p5.brush.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/dist/p5.brush.js"></script> | ||
<link rel="stylesheet" href="./style.css"> | ||
</head> | ||
<body> | ||
|
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
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
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