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

Merge branch 'master' into symlink-static

This commit is contained in:
Brent Jackson 2020-02-20 10:45:09 -05:00
commit 212d2334ae

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',