Skip to content

Commit 90768db

Browse files
committed
code example and image
1 parent adb8a2e commit 90768db

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed
69.4 KB
Loading

content/videos/livestreams/p5js-2.0/index.json

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,10 @@
2828
],
2929
"codeExamples": [
3030
{
31-
"title": "Variable Fonts Demo",
32-
"description": "A p5.js sketch demonstrating the use of variable fonts to animate text weight, one of the new features in version 2.0.",
33-
"image": "[PLACEHOLDER IMAGE]",
34-
"urls": { "p5": "[PLACEHOLDER URL]" }
35-
},
36-
{
37-
"title": "Text to Contours and 3D Model Demo",
38-
"description": "This sketch showcases the textToContours() and textToModel() functions for creating 2D and 3D geometry from text.",
39-
"image": "[PLACEHOLDER IMAGE]",
40-
"urls": { "p5": "[PLACEHOLDER URL]" }
31+
"title": "p5.js 2.0 Fonts Demo",
32+
"description": "A p5.js sketch demonstrating the use of variable fonts, textToContours() and textToModel().",
33+
"image": "fonts.png",
34+
"urls": { "p5": "https://editor.p5js.org/ksen0/sketches/cevvPvWar" }
4135
}
4236
],
4337
"groupLinks": [

0 commit comments

Comments
 (0)