quickio-math

A math library for the game engine quickio (forked from matthiasferch/tsm)

Usage no npm install needed!

<script type="module">
  import quickioMath from 'https://cdn.skypack.dev/quickio-math';
</script>

README

QUICKIO-MATH

This repo is forked from matthiasferch/tsm. I plan to further add features, which will be used in my game engine quickio.

Compile

$ npm run build

Compile in watch mode

$ npm run dev

Run tests

$ npm run test