Update watermark.ts

This commit is contained in:
syuilo 2025-10-31 17:13:29 +09:00
parent 7f488e84bd
commit 4ac43cbc7f
1 changed files with 1 additions and 0 deletions

View File

@ -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;