Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 431 Bytes

File metadata and controls

32 lines (21 loc) · 431 Bytes

solver

An AI-assisted TypeScript port of the ISOtope geometric constraint solver.

Building

npm install
npm run build

Testing

npm test

Bundling for the browser

npm run publish

This produces a self-contained www/ directory with index.html and solver.bundle.js. Serve it locally with:

npm run serve

License

MIT