Skip to content

Commit 2fcd2a8

Browse files
committed
Update Canvas2d.mod.js
Added object "Canvas2d" to be the default export
1 parent 1148d04 commit 2fcd2a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Canvas2d.mod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ Canvas2d.RectAsset = class extends Canvas2d.Asset {
121121
ctx.restore();
122122
}
123123
}
124-
export {Canvas2d};
124+
export {Canvas2d as default};

0 commit comments

Comments
 (0)