hiukim / mind-ar-js

Web Augmented Reality. Image Tracking, Face Tracking. Tensorflow.js
MIT License
2.14k stars 394 forks source link

Support import the mind-ar-js with unpkg CDN #332

Closed turkyden closed 1 year ago

turkyden commented 1 year ago

https://unpkg.com/mind-ar-js/dist/mindar-image-three.prod.js

<script
      async
      src="https://unpkg.com/es-module-shims@1.3.6/dist/es-module-shims.js"
    ></script>
    <script type="importmap">
      {
        "imports": {
          "three": "https://unpkg.com/three@0.136.0/build/three.module.js",
          "three/addons/": "https://unpkg.com/three@0.136.0/examples/jsm/",
+          "mindar-image-three": "https://unpkg.com/mind-ar-js/dist/mindar-image-three.js"
        }
      }
    </script>
turkyden commented 1 year ago

@hiukim @jmschrack Could you check it ?

hiukim commented 1 year ago

Hi, what was the problem?

turkyden commented 1 year ago

Hi, what was the problem?

Oh,i can get it with https://cdn.jsdelivr.net/npm/mind-ar@1.2.0/dist/mindar-image-three.prod.js

image