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;
/**
* 色調補正
*/