Skip to content

Commit 6c8085f

Browse files
committed
Fix minor issue with PNG plugin
1 parent 04343b5 commit 6c8085f

File tree

6 files changed

+265
-238
lines changed

6 files changed

+265
-238
lines changed

bower.json.bak

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "jspdf",
3+
"homepage": "https://github.com/mrrio/jspdf",
4+
"description": "PDF Document creation from JavaScript",
5+
"main": "dist/jspdf.debug.js",
6+
"moduleType": [
7+
"amd",
8+
"globals"
9+
],
10+
"keywords": [
11+
"pdf"
12+
],
13+
"license": "MIT",
14+
"ignore": [
15+
"**/.*",
16+
"libs",
17+
"CNAME",
18+
"jspdf.js",
19+
"examples/jspdf.PLUGINTEMPLATE.js",
20+
"plugins/*",
21+
"todo.txt",
22+
"wscript.py",
23+
"build.sh",
24+
"test",
25+
"tools"
26+
]
27+
}

0 commit comments

Comments
 (0)