UNPKG

storybook-chrome-screenshot

Version:

A Storybook addon, Save the screenshot image of your stories! via puppeteer.

6 lines 236 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noopDecorator = function () { return function (storyFn, ctx) { return ctx != null ? storyFn(ctx) : storyFn; }; }; //# sourceMappingURL=index.js.map