ARnft-threejs
ARnft-threejs is the rendering engine for ARnft. It is based on Three.js !!
Use the library
You can clone with git:
git clone https://github.com/kalwalt/ARnft-threejs
and then get the library in the dist folder:
<script src="../dist/ARnftThreejs.js"></script>
or load with raw.githack:
<script src="https://raw.githack.com/kalwalt/ARnft-threejs/main/dist/ARnftThreejs.js"></script>