We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24633b0 commit 26074ffCopy full SHA for 26074ff
2 files changed
content/videos/p5js-2.0/async-await-transition/index.json
content/videos/p5js-2.0/async-await/index.json
@@ -24,16 +24,19 @@
24
{
25
"title": "p5.js 2 - async and await",
26
"description": "Basic example of loading an image with async and await.",
27
+ "image": "choochoo.png",
28
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/Q6S38g0rS" }
29
},
30
31
"title": "p5.js 2 - loading animation",
32
"description": "How to use a custom async function to load data without blocking draw.",
33
+ "image": "loading.png",
34
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/JLIxyHrkn" }
35
36
37
"title": "p5.js 2 - loading in a sequence",
38
"description": "How to load data with sequential calls with await.",
39
+ "image": "dog.png",
40
"urls": { "p5": "https://editor.p5js.org/codingtrain/sketches/lQxT7PTKC" }
41
}
42
],
0 commit comments