UNPKG

vue3-watermark-camera

Version:

A Vue 3 component for taking photos with watermark support

3 lines (2 loc) 187 B
export declare function uploadFile(file: File, url: string, headers?: Record<string, string>): Promise<any>; export declare function base64ToFile(base64: string, filename: string): File;