1.0.5 • Published 3 years ago

nativescript-asitsvideorecorder v1.0.5

Weekly downloads
12
License
Apache-2.0
Repository
github
Last release
3 years ago

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

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago