01c9c3fa0e
* feat(objectsender): wip serializer and sender * feat(objectsender): mostly done * feat(objectsender): chores * feat(objectsender): chores * build refactor * linting issue fix * minor type adjustments * adding in type definitions into build * sha tests * config fix * fixed up servertransport * added tests to ci * added coverage * storing coverage? --------- Co-authored-by: Kristaps Fabians Geikins <fabis94@live.com>
391 B
391 B
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.