UNPKG

segseg

Version:

2d segment to segment intersection detection

26 lines (25 loc) 484 B
{ "name": "segseg", "version": "1.0.0", "description": "2d segment to segment intersection detection", "main": "index.js", "type": "module", "scripts": { "test": "node test/index.js" }, "repository": { "type": "git", "url": "git://github.com/tmpvar/segseg.git" }, "keywords": [ "2dmath", "intersection", "collision", "2d" ], "engines" : { "node" : ">=12" }, "author": "Elijah Insua <tmpvar@gmail.com>", "license": "MIT" }