From 7fce4060f04728630cc3dde5ed5627f4c0edd1ee Mon Sep 17 00:00:00 2001 From: Mike Fix Date: Sat, 10 Mar 2018 13:43:55 -0800 Subject: [PATCH] Default to 1x --- lib/constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/constants.js b/lib/constants.js index 754bab7..86c9801 100644 --- a/lib/constants.js +++ b/lib/constants.js @@ -459,7 +459,7 @@ export const DEFAULT_SETTINGS = { windowControls: true, widthAdjustment: true, lineNumbers: false, - exportSize: '2x', + exportSize: '1x', titleBar: '', watermark: false, squaredImage: false