ARnft-threejs icon indicating copy to clipboard operation
ARnft-threejs copied to clipboard

Is there a non-minified copy of ARnftThree.js?

Open csustan opened this issue 1 year ago • 1 comments
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?

csustan avatar Apr 09 '24 19:04 csustan

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.

kalwalt avatar Apr 09 '24 21:04 kalwalt