UNPKG

invisible-watermark

Version:
9 lines (8 loc) 301 B
import { IWaterMarkConfig } from './main'; export declare function measureText(text: string, fontSize?: number): number; /** * 获取text或者sso返回的水印数据 * @param param0 * @returns string[] */ export declare function resolveText({ sso, text, }: IWaterMarkConfig): Promise<string[]>;