aureooms/js-convex-hull-2d

View on GitHub
component.json

Summary

Maintainability
Test Coverage
{
    "name": "aureooms-js-convex-hull-2d",
    "repo": "aureooms/js-convex-hull-2d",
    "scripts": [
        "js/dist/convex-hull-2d.js"
    ],
    "version": "3.0.0",
    "description": "Convex hull algorithms in R^2 code bricks for JavaScript",
    "main": "js/dist/convex-hull-2d.js",
    "license": "AGPL-3.0"
}