nativescript-asitsvideorecorder
v1.0.5
Published
Nativescript 7 ASITS Camera Video Recorder
Downloads
2
Maintainers
Readme
NativeScript ASITS VIDEO RECORDER Plugin
A dead-simple plugin to use the camera functionalities of your NativeScript app.
Installation
npm install nativescript-asitsvideorecorder
Usage For Angular
registerElement("AsitsVideoRecorder", () => require("nativescript-asitsvideorecorder").AsitsVideoRecorder);
<AsitsVideoRecorder height="250" debug="true"
galleryPickerMode="single" showFlashIcon="true" showToggleIcon="true"
showCaptureIcon="true" showGalleryIcon="true" confirmSaveText="CONFIRM!" confirmRetakeText="RETAKE!" (loaded)="camLoaded($event)"
(toggleCameraEvent)="toggleCameraEvent($event)" (photoCapturedEvent)="photoCapturedEvent($event)"
(imagesSelectedEvent)="imagesSelectedEvent($event)">
</AsitsVideoRecorder>
License
MIT