nativescript-asitsvideorecorder
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

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

Package Sidebar

Install

npm i nativescript-asitsvideorecorder

Weekly Downloads

6

Version

1.0.5

License

Apache-2.0

Unpacked Size

286 kB

Total Files

25

Last publish

Collaborators

  • saurav0915