UNPKG

auto-image-watermark

Version:

H5端一键生成海报,图片水印,图片合成等

7 lines (6 loc) 139 B
import { ILines } from '../models/interface'; /** * 绘制线 * @param lines */ export declare const drawLine: (lines: ILines) => void;