You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| output | Specifies the filename for the generated asketch.json file. | string |`"dist/stories.asketch.json"`|
113
+
| output | Specifies the filename for the generated asketch.json file or a folder when outputBy === 'kind'.| string |`"dist/stories.asketch.json"`|
114
114
| input | The location of Storybook's generated iframe.html. Use this over `url` if possible for performance. | string |`"dist/iframe.html"`|
115
115
| url | Storybook iframe URL. Will end in `iframe.html`. Prefer `input` for performance if possible. | string |`"http://localhost:9001/iframe.html"`|
116
116
| stories | Stories to extract from Storybook. You should probably override the default. | object/string |`"all"`|
@@ -122,6 +122,8 @@ module.exports = {
122
122
| fixPseudo | Attempt to insert real elements in place of pseudo-elements | boolean |`false`|
123
123
| puppeteerOptions | Options to be passed directly to `puppeteer.launch`. See [puppeteer docs](https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#puppeteerlaunchoptions) for usage. | object |`{}`|
124
124
| removePreviewMargin | Remove preview margin from the iframe body. | boolean |`true`|
125
+
| layoutBy | How to layout the stories. (values: 'kind') | string | null |
126
+
| outputBy | How to output the stories (values: 'kind') | string | null |
0 commit comments