Skip to content
This repository has been archived by the owner on Apr 1, 2021. It is now read-only.

Library to convert old LCMS Plot JSON to the format used by the new Plot written in TypeScript.

License

Notifications You must be signed in to change notification settings

B3Partners/plot-converter-js

Repository files navigation

plot-converter-js

To install:

npm install

Running in a browser

See index.html. To run a dev server, run:

npm run start

Using in a TypeScript project

Check this repository out next to your TypeScript project.

npm install --save ../plot-converter-js

TypeScript:

import { hello } from 'plot-converter-js';

console.log(hello());

Running in a JVM using the Nashorn scripting engine

See Demo.java

javac Demo.java
java Demo

About

Library to convert old LCMS Plot JSON to the format used by the new Plot written in TypeScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published