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

4
locales/index.d.ts vendored
View File

@@ -12220,6 +12220,10 @@ export interface Locale extends ILocale {
* チェッカー
*/
"checker": string;
/**
* ブロックノイズ
*/
"blockNoise": string;
};
};
}

View File

@@ -3273,3 +3273,4 @@ _imageEffector:
stripe: "ストライプ"
polkadot: "ポルカドット"
checker: "チェッカー"
blockNoise: "ブロックノイズ"