forked from tsayen/dom-to-image
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
node_modules | ||
bower_components | ||
*.iml | ||
.sublime* | ||
.tags | ||
.tags* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"authors": [ | ||
"tsayen <[email protected]>" | ||
], | ||
"description": "Generates an image from a DOM node using HTML5 canvas", | ||
"description": "Generates an image from a DOM node using HTML5 canvas and SVG foreignObject", | ||
"main": "src/dom-to-image.js", | ||
"moduleType": [ | ||
"globals" | ||
|
@@ -14,7 +14,10 @@ | |
"dom", | ||
"image", | ||
"raster", | ||
"render" | ||
"render", | ||
"html", | ||
"canvas", | ||
"svg" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,10 @@ | |
"dom", | ||
"image", | ||
"raster", | ||
"render" | ||
"render", | ||
"html", | ||
"canvas", | ||
"svg" | ||
], | ||
"author": "tsayen <[email protected]>", | ||
"license": "MIT", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters