forked from 1904labs/dom-to-image-more
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 967 Bytes
/
bower.json
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
35
36
37
38
39
{
"name": "dom-to-image-more",
"version": "2.8.0",
"homepage": "https://github.com/1904labs/dom-to-image-more",
"authors": [
"Marc Brooks <[email protected]>",
"Daniel Fischer <[email protected]>",
"Anatolii Saienko <[email protected]>",
"Aidas Klimas",
"Edgardo Di Gesto",
"樊冬 Fan Dong <[email protected]>"
],
"description": "Generates an image from a DOM node using HTML5 canvas and SVG",
"main": "src/dom-to-image-more.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": "~3.4.1",
"fontawesome": "~5.8.2"
}
}