Converts streaming simularium data to plot data
npm install @aics/simularium-observables-managernpm package to convert simularium trajectory data to plot data
https://www.npmjs.com/package/@aics/simularium-viewer
---
1. Run npm install @aics/simularium-observables-manager to install the package in your app.
| script | comments |
| ------ | -------- |
| build | create CommonJS, ES module, and UMD builds |
| lint | run eslint on src directory |
| test | run mocha; searches for any files matching the pattern "src/*/.test.*" |
| typeCheck | run tsc in type-check only mode |
See package.json for more complete listing of tasks.