0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-20 03:12:44 +00:00

initial draft

This commit is contained in:
Victor Losada Hernandez
2023-03-16 17:54:19 +01:00
parent cc89ad1c7d
commit b041ef921e
16 changed files with 110 additions and 49 deletions

View File

@@ -101,6 +101,12 @@ module.exports = [
icon : 'fas fa-fill-drip',
gen : WatercolorGen,
},
{
name : 'Watercolor Center',
icon : 'fac mask-center',
gen : ImageMaskGen.center,
experimental : true,
},
{
name : 'Watercolor Edge',
icon : 'fac mask-edge',