We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b39f2 commit cfdadf4Copy full SHA for cfdadf4
1 file changed
test/index.html
@@ -5,6 +5,6 @@
5
<body>
6
<script src="../dist/torus.umd.min.js"></script>
7
<script>
8
- console.log(Torus);
+ console.log(new Torus.default());
9
</script>
10
</body>
0 commit comments