Skip to content

Commit 4b3051c

Browse files
authored
Added jump to section for livesketch.js
1 parent 1335fae commit 4b3051c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For instance, the files for `Basic Examples > Image > BackgroundImage` are locat
1313
|--------------------------|-------------------------------------------------------------------|------------|
1414
| `BackgroundImage.json` | Content file for the example ([jump to section](#content-file)) ||
1515
| `BackgroundImage.png` | Cover image used on page listings ([jump to section](#cover-image)) ||
16-
| `liveSketch.js` | A manual port of the example to p5.js (real-time sketch running on the page) ||
16+
| `liveSketch.js` | A manual port of the example to p5.js ([jump to section](#live-sketch)) ||
1717
| `BackgroundImage.pde` | Processing code for the example (code shown on the page) ||
1818

1919
Additionally, if the original example had a `Data` folder, the contents of that folder are stored in `/static/livesketch/`. For `BackgroundImage`, you'll see a `/static/livesketch/backgroundimage` folder with a file called `moonwalk.jpg`. Do not edit this file ❌. Files in the `/static/livesketch/` folder are copied from the [`processing-examples`](https://github.com/processing/processing-examples) repo and should \*not* be edited in this repository

0 commit comments

Comments
 (0)