enhance(frontend): add pixelate mask effect

This commit is contained in:
syuilo
2025-09-26 18:27:53 +09:00
parent cce302ae4f
commit c5f9c0ce5c
6 changed files with 174 additions and 2 deletions

4
locales/index.d.ts vendored
View File

@@ -12428,6 +12428,10 @@ export interface Locale extends ILocale {
* ぼかし
*/
"blur": string;
/**
* モザイク
*/
"pixelate": string;
/**
* 色調補正
*/

View File

@@ -3329,6 +3329,7 @@ _imageEffector:
invert: "色の反転"
grayscale: "白黒"
blur: "ぼかし"
pixelate: "モザイク"
colorAdjust: "色調補正"
colorClamp: "色の圧縮"
colorClampAdvanced: "色の圧縮(高度)"