UNPKG
vue3-watermark-camera
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
A Vue 3 component for taking photos with watermark support
vue3-watermark-camera
/
dist
/
utils
/
upload.d.ts
3 lines
(2 loc)
•
187 B
TypeScript
View Raw
1
2
3
export
declare
function
uploadFile
(
file
:
File
,
url
:
string
,
headers
?:
Record
<
string
,
string
>
):
Promise
<
any
>;
export
declare
function
base64ToFile
(
base64
:
string
,
filename
:
string
):
File
;