From 4ac43cbc7fe0cecd36d304cbdc547c7ae4fe3709 Mon Sep 17 00:00:00 2001 From: syuilo <4439005+syuilo@users.noreply.github.com> Date: Fri, 31 Oct 2025 17:13:29 +0900 Subject: [PATCH] Update watermark.ts --- packages/frontend/src/utility/watermark.ts | 1 + 1 file changed, 1 insertion(+) 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;