README
ts3dutils
Installation
NPM: npm install ts3dutils --save
In the browser, you can include the UMD bundle in a script
tag, and the module will be available under the global ts3dutils
LICENSE MIT
NPM: npm install ts3dutils --save
<script type="module">
import ts3dutils from 'https://cdn.skypack.dev/ts3dutils';
</script>
NPM: npm install ts3dutils --save
In the browser, you can include the UMD bundle in a script
tag, and the module will be available under the global ts3dutils
LICENSE MIT