npm i --save nativescript-asitsvideorecorder
- Version: 1.0.5
- GitHub:
- NPM: https://www.npmjs.com/package/nativescript-asitsvideorecorder
- Downloads:
- Last Day: 0
- Last Week: 0
- Last Month: 0
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