@camjackson/svelte-cubed
v0.2.1-beta.0
Published
Forked from the [original svelte-cubed](https://github.com/Rich-Harris/svelte-cubed). Works mostly the same way, but exposes bindings for all the three.js objects that it creates.
Downloads
1
Readme
@camjackson/svelte-cubed
Forked from the original svelte-cubed. Works mostly the same way, but exposes bindings for all the three.js objects that it creates.
A Three.js component library for Svelte.
https://svelte-cubed.vercel.app
Developing
This repo uses pnpm. Install it...
npm install -g pnpm
...then install dependencies:
pnpm install
Run pnpm dev -- --open
to launch the demo site.