Browse Source

Add ES Module Shims

customisations
alemart 7 months ago
parent
commit
74f5269f5a
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      demos/hello-three/NOTICE.html

+ 6
- 0
demos/hello-three/NOTICE.html View File

34
                 License: <a href="#mit">MIT License</a><br>
34
                 License: <a href="#mit">MIT License</a><br>
35
                 <a href="https://threejs.org" target="_blank" rel="external">https://threejs.org</a>
35
                 <a href="https://threejs.org" target="_blank" rel="external">https://threejs.org</a>
36
             </li>
36
             </li>
37
+            <li>
38
+                ES Module Shims: Shims for new ES modules features on top of the basic modules support in browsers<br>
39
+                Copyright &copy; 2018-present Guy Bedford<br>
40
+                License: <a href="#mit">MIT License</a><br>
41
+                <a href="https://github.com/guybedford/es-module-shims" target="_blank" rel="external">https://github.com/guybedford/es-module-shims</a>
42
+            </li>
37
         </ol>
43
         </ol>
38
         <p>This application also contains a 3D model of a mage by <a href="https://kaylousberg.com" target="_blank" rel="external">Kay Lousberg</a> and a 3D model of a cat by <a href="https://opengameart.org/content/cat-pilot-rigged-animated" target="_blank" rel="external">Tomcat94</a>, both released under the <a href="#cc0">Creative Commons Zero 1.0 Universal</a>.</p>
44
         <p>This application also contains a 3D model of a mage by <a href="https://kaylousberg.com" target="_blank" rel="external">Kay Lousberg</a> and a 3D model of a cat by <a href="https://opengameart.org/content/cat-pilot-rigged-animated" target="_blank" rel="external">Tomcat94</a>, both released under the <a href="#cc0">Creative Commons Zero 1.0 Universal</a>.</p>
39
         <hr>
45
         <hr>

Loading…
Cancel
Save