augmentmy-world / arStudio

A innovative Web editor for Augmented Reality
https://webarstudio.tripod-digital.co.nz
MIT License
54 stars 34 forks source link

arStudio use artoolkit.api.js instead of artoolkit.min.js #7

Closed kalwalt closed 4 years ago

kalwalt commented 4 years ago

Actually the arStudio editor use the .api and .debug version of artoolkit see in the index.html:

https://github.com/augmentmy-world/arStudio/blob/08583457e9969023168b86d0eefd24f37a151659/editor/index.html#L29-L30

that is good to use at this time to find bugs but maybe better later switch to the minified version.

kalwalt commented 4 years ago

Added this in PR #19