2.0.0 • Published 3 years ago
@unegma/shapes v2.0.0
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