forked from mirrors/misskey
enhance(frontend/image-effector): add blockNoise fx
This commit is contained in:
@@ -70,6 +70,7 @@ export const FX_glitch = defineImageEffectorFx({
|
||||
min: 0,
|
||||
max: 10,
|
||||
step: 0.01,
|
||||
toViewValue: v => Math.round(v * 100) + '%',
|
||||
},
|
||||
seed: {
|
||||
type: 'seed' as const,
|
||||
|
||||
Reference in New Issue
Block a user