mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-10 13:32:45 +00:00
lint
This commit is contained in:
@@ -102,9 +102,9 @@ module.exports = [
|
|||||||
gen : WatercolorGen,
|
gen : WatercolorGen,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Watercolor Image Mask Edge',
|
name : 'Watercolor Image Mask Edge',
|
||||||
icon : 'fas fa-fill-drip',
|
icon : 'fas fa-fill-drip',
|
||||||
gen : ImageMaskGen.edge('bottom'),
|
gen : ImageMaskGen.edge('bottom'),
|
||||||
subsnippets : [
|
subsnippets : [
|
||||||
{
|
{
|
||||||
name : 'Top',
|
name : 'Top',
|
||||||
@@ -129,29 +129,29 @@ module.exports = [
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Watercolor Image Mask Corner',
|
name : 'Watercolor Image Mask Corner',
|
||||||
icon : 'fas fa-fill-drip',
|
icon : 'fas fa-fill-drip',
|
||||||
gen : ImageMaskGen.corner,
|
gen : ImageMaskGen.corner,
|
||||||
subsnippets : [
|
subsnippets : [
|
||||||
{
|
{
|
||||||
name : 'Top-Left',
|
name : 'Top-Left',
|
||||||
icon : 'fac position-top-left',
|
icon : 'fac position-top-left',
|
||||||
gen : ImageMaskGen.corner('top','left'),
|
gen : ImageMaskGen.corner('top', 'left'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Top-Right',
|
name : 'Top-Right',
|
||||||
icon : 'fac position-top-right',
|
icon : 'fac position-top-right',
|
||||||
gen : ImageMaskGen.corner('top','right'),
|
gen : ImageMaskGen.corner('top', 'right'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Bottom-Left',
|
name : 'Bottom-Left',
|
||||||
icon : 'fac position-bottom-left',
|
icon : 'fac position-bottom-left',
|
||||||
gen : ImageMaskGen.corner('bottom','left'),
|
gen : ImageMaskGen.corner('bottom', 'left'),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name : 'Bottom-Right',
|
name : 'Bottom-Right',
|
||||||
icon : 'fac position-bottom-right',
|
icon : 'fac position-bottom-right',
|
||||||
gen : ImageMaskGen.corner('bottom','right'),
|
gen : ImageMaskGen.corner('bottom', 'right'),
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user