forked from tsayen/dom-to-image
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 656 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"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"
}
}