Drawing Voronoi with two.js | Fil | Observable
•ojs
•ojs
•ojs
Comments (1)
Joshua Byrd
Sep 26, 2022
Since two.js switched to es6 module export it seems we need to use dynamic imports like this `Two = (await import("
https://cdn.skypack.dev/two.js@0.7
")).default` eg.
https://observablehq.com/@phocks/two-js-starfield-experiment#Two
Reply
Add comment
Subscribe to notifications
Observable
Sign in
Fil
4
Reply
Add comment
Subscribe to notifications
3
Drawing Voronoi with two.js | Fil | Observable