Skip to content

Commit

Permalink
Added credit card paper size.
Browse files Browse the repository at this point in the history
  • Loading branch information
matejk committed Apr 24, 2014
1 parent ddbfc0f commit 0cb5c5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jspdf.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ var jsPDF = (function(global) {
'legal' : [612, 1008],
'junior-legal' : [576, 360],
'ledger' : [1224, 792],
'tabloid' : [792, 1224]
'tabloid' : [792, 1224],
'credit-card' : [153, 243]
};

/**
Expand Down

0 comments on commit 0cb5c5e

Please sign in to comment.