enhance(frontend/image-effector): add blockNoise fx

This commit is contained in:
syuilo
2025-06-15 10:55:11 +09:00
parent 5bec8ba6b0
commit ce90fee586
5 changed files with 127 additions and 0 deletions

View File

@@ -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,