Type alias CopyrightOptions

CopyrightOptions: {
    backgroundColor?: string;
    fontSize?: string;
    offset?: Point;
    textColor?: string;
}

コピーライト表示指定オプション

Type declaration

  • Optional backgroundColor?: string

    背景色

  • Optional fontSize?: string

    フォントサイズ(デフォルトは'10px')

  • Optional offset?: Point

    規定位置(右下)からのずらし幅

  • Optional textColor?: string

    文字色