Do you want to request a feature or report a bug?
bug
What is the current behavior?
I tried to 'Augmented Reality in 10 Lines of HTML'. But this is not working.
If the current behavior is a bug, please provide the steps to reproduce.

What is the expected behavior?
Show 3d model on marker
If this is a feature request, what is motivation or use case for changing the behavior?
Please mention other relevant information such as the browser version, Operating System and Device Name
mac os 10.13.4
chrome 67.0.3396.79
Try to define in
I think it's a problem with your error in GET camera-para.dat ;)
It's working fine. You are best. Thanks @Danh-134
Try to define in
I think it's a problem with your error in GET camera-para.dat ;)
Also you can do it offline by copying the node_modules folder to wwwroot (im using asp.net core)
and adding:
<script src="~/js/aframe.min.js"></script>
<script src="~/js/aframe-ar.js"></script>
<script>
THREEx.ArToolkitContext.baseURL = '/node_modules/ar.js/three.js/'
</script>
Most helpful comment
Try to define in
I think it's a problem with your error in GET camera-para.dat ;)