1.0.3 • Published 3 years ago

vue-webcam-component v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Vue-webcam

Vue-webcam es un componente creado para versiones de vue 2 y compatible con vue3.

Install


npm i vue-webcam-component

Usage


import Webcam from 'vue-webcam-component';

components: { 'web-cam': Webcam }

Props


NameTypeDefauldDescripcion
widthObject{ min: 1024, ideal: 1280, max: 1920 }
heightObject{ min: 576, ideal: 720, max: 1080 }
posterString
formatString"image/png"
audioBooleanfalse

Methods

NameDescripcion
get_devices()
stop()
play()
get_base64()
conversion_file(base64)
1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago