Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 623 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 623 Bytes

Linear Constraint Solver Build Status

An example of a reactive constraint library using active expressions

Installation

As npm for Node.js:

$ npm install linear-constraints --save

Or download the bundle file.

Building

$ npm run-script build

creates the bundle file in the dist folder.

Testing

As npm package:

$ npm test