This visualization cannot run from file:/// URLs.
This visualization uses Web Workers via import.meta.
Browsers block Web Worker creation from file:/// due to CORS \/ same-origin restrictions.
All other demo visualizations work from file:/// — only this one has this limitation.
Serve the demos directory with any HTTP server:
# Option A — Python\npython3 -m http.server 8234 -d demos\n\n# Option B — Node \/ npx\nnpx serve demos -l 8234
Then open: http://localhost:8234/ and navigate to this visualization.
.\/serve-demos.sh orb