-
Notifications
You must be signed in to change notification settings - Fork 3
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
cd34d11
commit 83fd75c
Showing
1 changed file
with
2 additions
and
2 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 |
---|---|---|
|
@@ -54,7 +54,7 @@ Alternatively, the library can be imported directly from a CDN like [**jsDelivr* | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script> | ||
|
||
<!-- Import p5.asciify after p5.js --> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/p5.asciify.min.js"></script> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/p5.asciify.min.js"></script> | ||
``` | ||
|
||
> [!TIP] | ||
|
@@ -65,7 +65,7 @@ Alternatively, the library can be imported directly from a CDN like [**jsDelivr* | |
> <script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script> | ||
> | ||
> <!-- Import p5.asciify after p5.js --> | ||
> <script src="https://cdn.jsdelivr.net/npm/[email protected].4/dist/p5.asciify.min.js"></script> | ||
> <script src="https://cdn.jsdelivr.net/npm/[email protected].5/dist/p5.asciify.min.js"></script> | ||
> | ||
> <!-- Import p5.capture after p5.asciify --> | ||
> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/p5.capture.umd.min.js"></script> | ||
|