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
/
camera.d.ts
6 lines
(5 loc)
•
231 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
takePhoto
(
options
?: { facingMode?:
'user'
|
'environment'
; }
):
Promise
<
string
>;
export
declare
function
selectImage
(
):
Promise
<
string
>;
export
declare
function
checkCameraPermission
(
):
Promise
<
boolean
>;