AR-js-org / AR.js-threejs

An experimental Typescript module for AR.js
MIT License
30 stars 2 forks source link

installed http-server to startup a server #16

Open commentatorboy opened 1 month ago

commentatorboy commented 1 month ago

This is to avoid the CORS issues when opening the example html files: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSRequestNotHttp?utm_source=devtools&utm_medium=firefox-cors-errors&utm_campaign=default

To test if it works, just open examples/default.html

kalwalt commented 1 month ago

Nice! :tada: For another time: start from the dev and create a new branch, then request a PR pointing to the dev. I will review your PR as soon i can. Thanks!