Turn any SVG logo into an animated flag using Two.js | Jono Brandel | Observable
•ojs
Comments (2)
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`
Sep 26, 2022
eg.
https://observablehq.com/@phocks/two-js-starfield-experiment#Two
Reply
Add comment
Subscribe to notifications
Observable
Sign in
Jono Brandel
5
Reply
Add comment
Subscribe to notifications
2
Turn any SVG logo into an animated flag using Two.js | Jono Brandel | Observable