This is a library to work with two or three dimensional Euclidean vectors.
This repo is managed as a monorepo that is composed of three npm packages.
| Package | Version |
|---|---|
| e-vector Base package |
|
| e-vector-dom Some DOM helpers |
|
| e-vector-fl Fantasy Land Bindings |
Install using npm,
npm install --save e-vector
import * as Vector from "e-vector";
BSD-3-Clause