src/three.mjs in opal-js_wrap-three-0.1.0 vs src/three.mjs in opal-js_wrap-three-0.1.1
- old
+ new
@@ -1,3 +1,3 @@
-import * as Three from 'three';
+import * as THREE from 'three';
-globalThis.Three = Three;
+globalThis.THREE = globalThis.three = THREE;