3313787f16
* fix: viewer node16 support + fixing up package.jsons * lockfile fix * Removed unnecessary type augmentations. Deleted unused SpeckleCameraControls --------- Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.gitignore | ||
.npmignore | ||
eslint.config.mjs | ||
index.html | ||
package.json | ||
readme.md | ||
tsconfig.eslint.json | ||
tsconfig.json | ||
vite.config.ts | ||
vitest.config.ts |
readme.md
objectsender
Utility for sending objects to a Speckle server instance
Testing around / playground
Run yarn example
in the app, and open up the URL outputted in the console
Development
For development and/or the example app you can run a dev server in dev mode that will run the util in the browser: yarn dev
To do a real build that will build the library run yarn build
.