1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00

Fix website-pdf CLI flags defaults

This commit is contained in:
greeeg 2020-02-18 09:54:36 +01:00
parent 408f1aa87d
commit 2ae0f75e58

View File

@ -26,12 +26,12 @@ const cli = meow(
width: {
type: 'string',
alias: 'w',
default: 1280,
default: '1280',
},
height: {
type: 'string',
alias: 'h',
default: 960,
default: '960',
},
sandbox: {
type: 'boolean',