mirror of
https://github.com/projectstorm/react-diagrams.git
synced 2025-08-14 16:51:29 +08:00
5 lines
125 B
TypeScript
5 lines
125 B
TypeScript
import initStoryshots from "@storybook/addon-storyshots";
|
|
import "raf/polyfill";
|
|
|
|
initStoryshots({ configPath: __dirname });
|