/metaballs-js

Monorepo for all the official metaballs-js libraries.

Primary LanguageJavaScript

Metaballs-js

Monorepo for all the official metaballs-js libraries.

See the individual packages' READMEs for more information:

Development

yarn # or npm i
lerna start # starts the example app in packages/example

# make changes to packages
npm run compile # propagates changes and hot-reloads example app