storybook-chrome-screenshot
Version:
A Storybook addon, Save the screenshot image of your stories! via puppeteer.
5 lines (4 loc) • 341 B
TypeScript
import { PartialScreenshotOptions, ScreenshotOptions } from './models/options';
export declare const getScreenshotOptions: () => ScreenshotOptions;
export declare const mergeScreenshotOptions: (options: PartialScreenshotOptions) => ScreenshotOptions;
export declare const setScreenshotOptions: (options: Partial<ScreenshotOptions>) => void;