webarkit / ARnft-threejs

A rendering package for https://github.com/webarkit/ARnft
GNU General Public License v3.0
22 stars 7 forks source link

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

Open csustan opened 2 months ago

csustan commented 2 months ago

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?

kalwalt commented 2 months ago

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.