4.0.0 • Published 6 years ago

@openmicroscopy/shape-editor v4.0.0

Weekly downloads
48
License
BSD
Repository
github
Last release
6 years ago

shape-editor

Javascript library based on Raphael.js for editing shapes

See demo at http://ome.github.io/shape-editor/

Development

We use Grunt for various tools.

Install Node from https://nodejs.org, then:

::

$ cd shape-editor
$ npm install

Install Grunt CLI as described on http://gruntjs.com/using-the-cli.

To concatenate js files into a single shape-editor.js file that is used in the app:

::

$ grunt concat