| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is TypeScript version of maths-vectors.
npm install vector --savevar Vector = require('vector');
var vec = new Vector(42, 1337);Include the pre-built script.
<script src="./dist/vector.umd.min.js"></script>
<script>
var vec = new Vector(42, 1337);
</script>npm run buildnpm testnpm run docthen open the generated out/index.html file in your browser.
MIT.
| Back | FazBrowse Home | New Git URL |