Skip to content

Commit 278afe4

Browse files
committed
Add images for video and handPose sketches
1 parent 6e503b9 commit 278afe4

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed
56.5 KB
Loading
92 KB
Loading

content/videos/challenges/183-mathematical-marbling/index.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["mathematical marbling"],
1010
"canContribute": true,
11-
"relatedChallenges": [
12-
"56-attraction-and-repulsion-forces",
13-
"124-flocking-simulation",
14-
"132-fluid-simulation",
15-
"177-soft-body-character"
16-
],
11+
"relatedChallenges": ["56-attraction-and-repulsion-forces", "124-flocking-simulation", "132-fluid-simulation", "177-soft-body-character"],
1712
"timestamps": [
1813
{ "time": "0:00", "title": "Introduction" },
1914
{ "time": "1:47", "title": "Mathematical Marbling" },
@@ -97,7 +92,7 @@
9792
{
9893
"title": "Marbling Raster Pixels - Video",
9994
"description": "This example demonstrates adding marbling to video.",
100-
"image": "",
95+
"image": "video.jpg",
10196
"urls": {
10297
"p5": "https://editor.p5js.org/codingtrain/sketches/kVyT302xf"
10398
}
@@ -113,7 +108,7 @@
113108
{
114109
"title": "handPose Marbling",
115110
"description": "This example demonstrates adding ink drops using ml5.handPose.",
116-
"image": "",
111+
"image": "handPose.jpg",
117112
"urls": {
118113
"p5": "https://editor.p5js.org/codingtrain/sketches/EwQhSqGK5"
119114
}

0 commit comments

Comments
 (0)