@inwebo/vector
v0.0.12
Published
Simple E6 class for common vectors operations
Downloads
10
Readme
Vector
Simple ES6 2D vector representation.
Installation
yarn add @inwebo/vector
In the application :
import Vector2D from "@inwebo/vector"
See Vector2D.js for more infos.
Behavior
Tests
yarn test