Skip to content

Commit c160747

Browse files
committed
fix: browser imports
1 parent 3c1691a commit c160747

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dashhd.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,9 @@ var DashHd = ("object" === typeof module && exports) || {};
660660
}
661661

662662
DashHd.HARDENED_OFFSET = HARDENED_OFFSET;
663+
664+
// @ts-ignore
665+
window.DashHd = DashHd
663666
})(("object" === typeof window && window) || {}, DashHd);
664667
if ("object" === typeof module) {
665668
module.exports = DashHd;

0 commit comments

Comments
 (0)