mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 15:55:56 +02:00
enhance(frontend/image-effector): tweak fxs
This commit is contained in:
@@ -58,6 +58,7 @@ export const FX_checker = defineImageEffectorFx({
|
||||
min: -1.0,
|
||||
max: 1.0,
|
||||
step: 0.01,
|
||||
toViewValue: v => Math.round(v * 90) + '°',
|
||||
},
|
||||
scale: {
|
||||
type: 'number' as const,
|
||||
@@ -76,6 +77,7 @@ export const FX_checker = defineImageEffectorFx({
|
||||
min: 0.0,
|
||||
max: 1.0,
|
||||
step: 0.01,
|
||||
toViewValue: v => Math.round(v * 100) + '%',
|
||||
},
|
||||
},
|
||||
main: ({ gl, u, params }) => {
|
||||
|
||||
Reference in New Issue
Block a user