Skip to content

Commit 22e8b4c

Browse files
committed
Merge pull request #240 from matejk/master
Added credit card paper size.
2 parents ddbfc0f + 0cb5c5e commit 22e8b4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jspdf.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ var jsPDF = (function(global) {
7979
'legal' : [612, 1008],
8080
'junior-legal' : [576, 360],
8181
'ledger' : [1224, 792],
82-
'tabloid' : [792, 1224]
82+
'tabloid' : [792, 1224],
83+
'credit-card' : [153, 243]
8384
};
8485

8586
/**

0 commit comments

Comments
 (0)