@unegma/shapes
v2.0.0
Published
Math utilities for creating shapes
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
