npm install konjoA simple 2D collision detection engine.
``shell`
$> npm install konjo
- Base math lib (vector2/axes)
- Base box object (AABB/OBB/Sphere)
- Lightweight
`sh`
$> npm install
Then, to build the source, run:
`sh``
$> npm run build
This content is released under the MIT License.