Vitalii Nobis
Vitalii Nobis
It will be great to use `@storybook/addon-interactions` to automate some more complex animations that goes one after another. There is no point to use `@storybook/testing-library` for Pixi stories (as it...
Example in this repo uses next story format: ``` import { action } from '@storybook/addon-actions'; import { BunnyDemo } from './BunnyDemo'; export default { title: 'Demos-Basic', args: { bunnySize: 5,...
If `.storybook/preview.js` content differs from README sample then JS crashes can occur. It is related to destructing inside the renderer package. Minimal working "parameters" are: ``` export const parameters =...
Current example in this repo defines a fixed background color. Is there a way to link @storybook/addon-backgrounds with pixi background setting? As @storybook/addon-backgrounds doesn't change anything, maybe it worth to...