@unegma/shapes
v2.0.0
Published
Math utilities for creating shapes
Downloads
1
Readme
Shapes
Math Utility functions for creating shapes
Usage
npm install @unegma/shapes --save
import * as shapes from '@unegma/shapes';
let result = shapes.createCluster(1);
Testing
May need to add -r esm
to mocha options in IDE