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 6134f40 commit 38713c1Copy full SHA for 38713c1
geowarp.js
@@ -517,6 +517,9 @@ const geowarp = function geowarp({
517
};
518
519
520
-if (typeof module === "object") module.exports = geowarp;
+if (typeof module === "object") {
521
+ module.exports = geowarp;
522
+ module.exports.default = geowarp;
523
+}
524
if (typeof window === "object") window.geowarp = geowarp;
525
if (typeof self === "object") self.geowarp = geowarp;
0 commit comments