0.1.0 • Published 5 years ago

@aics/simularium-observables-manager v0.1.0

Weekly downloads
11
License
MIT
Repository
-
Last release
5 years ago

Simularium Observables Manager

npm package to convert simularium trajectory data to plot data https://www.npmjs.com/package/@aics/simularium-viewer


Description

This is an package to be used with Simularium architecture to handle the processing of the streaming data into data that can be consumed by plotting software. Specifically converting the shape of the data and doing additional calculations based on user input of what they want plotted.

Installation

  1. Run npm install @aics/simularium-observables-manager to install the package in your app.

Documentation

Quick Start

scriptcomments
buildcreate CommonJS, ES module, and UMD builds
lintrun eslint on src directory
testrun mocha; searches for any files matching the pattern "src/*/.test.*"
typeCheckrun tsc in type-check only mode

See package.json for more complete listing of tasks.