initial
This commit is contained in:
26
.storybook/preview.js
Normal file
26
.storybook/preview.js
Normal file
@@ -0,0 +1,26 @@
|
||||
export const parameters = {
|
||||
layout: 'fullscreen',
|
||||
pixi: {
|
||||
applicationOptions: {
|
||||
backgroundAlpha: 0,
|
||||
resolution: 2,
|
||||
antialias: true,
|
||||
},
|
||||
},
|
||||
backgrounds: {
|
||||
default: 'Dark',
|
||||
values: [
|
||||
{
|
||||
name: 'Dark',
|
||||
value: '#1b1c1d',
|
||||
},
|
||||
{
|
||||
name: 'Light',
|
||||
value: '#dddddd',
|
||||
},
|
||||
],
|
||||
},
|
||||
docs: {
|
||||
iframeHeight: 600, // Устанавливает высоту для всех историй в документации
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user