UNPKG

@serializedowen/vue-img-watermark

Version:

add watermark for your image with only a single directive

5 lines (4 loc) 245 B
import { displayMode } from "."; import bottomLeft from "./strategies/bottomLeft"; export declare const registerCustomStrategy: (name: string, strategy: typeof bottomLeft) => void; export default function selectStrategy(mode: displayMode): any;