Skip to content

Commit abef983

Browse files
committed
fix nebula slug
1 parent 85c9142 commit abef983

File tree

1 file changed

+1
-1
lines changed
  • content/videos/challenges/181-image-stippling

1 file changed

+1
-1
lines changed

content/videos/challenges/181-image-stippling/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"videoNumber": "181",
44
"description": "Stippling refers to the process of creating an image from a collection of many dots. In this coding challenge I attempt to implement a weighted voronoi stippling algorithm with p5.js and the delaunay triangulation d3.js package.",
55
"videoId": "Bxdt6T_1qgc",
6-
"nebulaSlug": "codingtrain-coding-challenge-181-image-stippling",
6+
"nebulaSlug": "codingtrain-coding-challenge-181-weighted-voronoi-stippling",
77
"date": "2024-02-22",
88
"languages": ["p5.js", "JavaScript"],
99
"topics": ["Delaunay triangulation", "image stippling", "voronoi", "sweep algorithm", "Lloyd's algorithm"],

0 commit comments

Comments
 (0)