ARnft-threejs
ARnft-threejs copied to clipboard
Is there a non-minified copy of ARnftThree.js?
trafficstars
I'm certain I'm just missing it, but for some reason I can't seem to find (or generate) a non-minified version of the ARnftThree.js?
Does anyone know what the correct npm or yarn command would be to generate one?
You can build a dev version of the dist library with these commands:
npm install
npm run dev-ts
Bu t don 't use this in production, this Is only for testing.