forked from tsayen/dom-to-image
-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds Chrome fix to copy over the font when cloning. Adds scaling up the image to reduce blur.
- Loading branch information
Marc Brooks
committed
Aug 17, 2018
1 parent
fae625b
commit 7d1476a
Showing
623 changed files
with
73,221 additions
and
155 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
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
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,34 +1,35 @@ | ||
{ | ||
"name": "dom-to-image", | ||
"version": "2.6.0", | ||
"homepage": "https://github.com/tsayen/dom-to-image", | ||
"authors": [ | ||
"Anatolii Saienko <anatoly.sayenko@gmail.com>" | ||
], | ||
"description": "Generates an image from a DOM node using HTML5 canvas and SVG", | ||
"main": "src/dom-to-image.js", | ||
"moduleType": [ | ||
"globals" | ||
], | ||
"keywords": [ | ||
"dom", | ||
"image", | ||
"raster", | ||
"render", | ||
"html", | ||
"canvas", | ||
"svg" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"spec" | ||
], | ||
"devDependencies": { | ||
"js-imagediff": "~1.0.8", | ||
"jquery": "~2.1.3", | ||
"fontawesome": "~4.4.0" | ||
} | ||
} | ||
"name": "dom-to-image-more", | ||
"version": "2.7.0", | ||
"homepage": "https://github.com/idisposable/dom-to-image-more", | ||
"authors": [ | ||
"Marc Brooks <idisposable@gmail.com>", | ||
"Anatolii Saienko <anatoly.sayenko@gmail.com>" | ||
], | ||
"description": "Generates an image from a DOM node using HTML5 canvas and SVG", | ||
"main": "src/dom-to-image.js", | ||
"moduleType": [ | ||
"globals" | ||
], | ||
"keywords": [ | ||
"dom", | ||
"image", | ||
"raster", | ||
"render", | ||
"html", | ||
"canvas", | ||
"svg" | ||
], | ||
"license": "MIT", | ||
"ignore": [ | ||
"**/.*", | ||
"node_modules", | ||
"bower_components", | ||
"spec" | ||
], | ||
"devDependencies": { | ||
"js-imagediff": "~1.0.8", | ||
"jquery": "~2.1.3", | ||
"fontawesome": "~4.4.0" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.