speckle-server/packages/objectsender
Kristaps Fabians Geikins 3313787f16
fix(viewer): viewer node16 support + fixing up package.jsons (#2442)
* fix: viewer node16 support + fixing up package.jsons

* lockfile fix

* Removed unnecessary type augmentations. Deleted unused SpeckleCameraControls

---------

Co-authored-by: AlexandruPopovici <alexandrupopoviciioan@gmail.com>
2024-07-15 15:16:13 +03:00
..
public Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00
src docs: add chunkable decorator example 2024-07-02 21:33:21 +02:00
.gitignore Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00
.npmignore chore(objectsender): configured .npmignore (#2504) 2024-07-15 15:14:13 +03:00
eslint.config.mjs Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00
index.html Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00
package.json fix(viewer): viewer node16 support + fixing up package.jsons (#2442) 2024-07-15 15:16:13 +03:00
readme.md Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00
tsconfig.eslint.json Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00
tsconfig.json chore: add reflect metadata 2024-07-02 20:22:56 +02:00
vite.config.ts Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00
vitest.config.ts Adds an 'object sender' module (#2355) 2024-06-17 15:36:59 +03:00

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.