@eigong/effekseer-webgpu-runtime 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2210,6 +2210,10 @@ const effekseer = (() => {
2210
2210
  return new Effekseer();
2211
2211
  })();
2212
2212
 
2213
+ if (typeof globalThis !== "undefined") {
2214
+ globalThis.effekseer = effekseer;
2215
+ }
2216
+
2213
2217
  if (typeof exports !== "undefined") {
2214
2218
  exports = effekseer;
2215
2219
  }