diff --git a/packages/frontend/src/utility/watermark.ts b/packages/frontend/src/utility/watermark.ts index 71264944ab..55cc19a00a 100644 --- a/packages/frontend/src/utility/watermark.ts +++ b/packages/frontend/src/utility/watermark.ts @@ -19,6 +19,7 @@ const WATERMARK_FXS = [ type Align = { x: 'left' | 'center' | 'right'; y: 'top' | 'center' | 'bottom'; margin?: number; }; +// TODO: refactor: watermarkの処理に必要な型だけを別の型に抽出する(プリセットという概念はウォーターマークより上のドメインに属するため) export type WatermarkPreset = { id: string; name: string;