Skip to content

Commit fae625b

Browse files
committed
Add support for cacheBust and imagePlaceholder options, by @cnatis
1 parent ce35346 commit fae625b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-to-image",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"homepage": "https://github.com/tsayen/dom-to-image",
55
"authors": [
66
"Anatolii Saienko <[email protected]>"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-to-image",
3-
"version": "2.5.2",
3+
"version": "2.6.0",
44
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
55
"main": "src/dom-to-image.js",
66
"dependencies": {},

0 commit comments

Comments
 (0)