mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 19:21:07 +08:00
`puppeteer-core` package is a version of `puppeteer` that doesn't download Chromium by default. It looks like chromium is not directly used here as it was only a `peerDependencies` or an `optionalDependencies`. So I moved to `puppeteer-core` to be able to compile TS sources of this addon without downloading Chromium at every `yarn install`
StoryShots
- addon-storyshots - Basic StoryShots api
- addon-storyshots-puppeteer - Image Snapshots addition to StoryShots based on puppeteer