Skip to content

Commit 26074ff

Browse files
committed
whoops, images
1 parent 24633b0 commit 26074ff

File tree

2 files changed

+3
-92
lines changed

2 files changed

+3
-92
lines changed

content/videos/p5js-2.0/async-await-transition/index.json

Lines changed: 0 additions & 92 deletions
This file was deleted.

content/videos/p5js-2.0/async-await/index.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,19 @@
2424
{
2525
"title": "p5.js 2 - async and await",
2626
"description": "Basic example of loading an image with async and await.",
27+
"image": "choochoo.png",
2728
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/Q6S38g0rS" }
2829
},
2930
{
3031
"title": "p5.js 2 - loading animation",
3132
"description": "How to use a custom async function to load data without blocking draw.",
33+
"image": "loading.png",
3234
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/JLIxyHrkn" }
3335
},
3436
{
3537
"title": "p5.js 2 - loading in a sequence",
3638
"description": "How to load data with sequential calls with await.",
39+
"image": "dog.png",
3740
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/lQxT7PTKC" }
3841
}
3942
],

0 commit comments

Comments
 (0)