We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7749fed commit 6c30395Copy full SHA for 6c30395
1 file changed
README.md
@@ -14,5 +14,8 @@ All the code is in the html file. You can use this file as a starting point for
14
HTML3D JavaScript module.<br />
15
Usage:<br />
16
```
17
-import HTML3D from "./HTML3D.js";
+<script type="module">
18
+ import HTML3D from "./HTML3D.js";
19
+ ...
20
+</script>
21
0 commit comments