Skip to content

Commit 41eb8ab

Browse files
eKoopmansniklasvh
authored andcommitted
Add support for ES and browser bundlers (niklasvh#1534)
1 parent 4e02a4c commit 41eb8ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
"name": "html2canvas",
44
"description": "Screenshots with JavaScript",
55
"main": "dist/npm/index.js",
6+
"module": "dist/html2canvas.js",
7+
"browser": "dist/html2canvas.js",
68
"version": "1.0.0-alpha.12",
79
"author": {
810
"name": "Niklas von Hertzen",

0 commit comments

Comments
 (0)