README
js-geometry-2d
2D geometry package (mostly lines and rectangles at this point)
rudimentary library for 2D geometry that I use in a couple of my projects (contains only those methods I've had need of)
<script type="module">
import geometry2d from 'https://cdn.skypack.dev/geometry-2d';
</script>
2D geometry package (mostly lines and rectangles at this point)