Update watermark.ts
This commit is contained in:
parent
7f488e84bd
commit
4ac43cbc7f
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue