lineclip
Version:
A fast polyline and polygon clipping library.
39 lines (38 loc) • 859 B
JSON
{
"name": "lineclip",
"version": "2.0.0",
"description": "A fast polyline and polygon clipping library.",
"main": "index.js",
"type": "module",
"exports": "./index.js",
"devDependencies": {
"benchmark": "^2.1.4",
"eslint": "^9.31.0",
"eslint-config-mourner": "^4.1.0"
},
"scripts": {
"pretest": "eslint *.js",
"test": "node test.js",
"cov": "node --experimental-test-coverage test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mapbox/lineclip.git"
},
"keywords": [
"algorithm",
"line",
"polyline",
"polygon",
"geometry",
"clip",
"geo",
"cohen-sutherland"
],
"author": "Vladimir Agafonkin",
"license": "ISC",
"bugs": {
"url": "https://github.com/mapbox/lineclip/issues"
},
"homepage": "https://github.com/mapbox/lineclip#readme"
}