From 0cb5c5e56a82c8828ef8b68fbaed886c8294085b Mon Sep 17 00:00:00 2001 From: Matej Kenda Date: Thu, 24 Apr 2014 22:30:03 +0200 Subject: [PATCH] Added credit card paper size. --- jspdf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jspdf.js b/jspdf.js index df47b3c27..098c6d5d8 100644 --- a/jspdf.js +++ b/jspdf.js @@ -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] }; /**