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
/
time.d.ts
3 lines
(2 loc)
•
119 B
TypeScript
View Raw
1
2
3
export
declare
function
getNetworkTime
(
url
?:
string
):
Promise
<
string
>;
export
declare
function
getLocalTime
(
):
string
;