|
1 |
| -# NativeScript Camera Plus |
| 1 | +<a align="center" href="https://www.npmjs.com/package/@nstudio/nativescript-camera-plus"> |
| 2 | + <h3 align="center">NativeScript Camera Plus</h3> |
| 3 | +</a> |
| 4 | +<h4 align="center">A NativeScript camera with all the bells and whistles which can be embedded inside a view. This plugin was sponsored by <a href="https://liveshopper.com">LiveShopper<a></h4> |
| 5 | + |
| 6 | +<p align="center"> |
| 7 | + <img align="center" src="./src/logos/liveshopper.png" alt="LiveShopper Logo"/> |
| 8 | +</p> |
| 9 | + |
| 10 | +<p align="center"> |
| 11 | + <a href="https://www.npmjs.com/package/@nstudio/nativescript-camera-plus"> |
| 12 | + <img src="https://img.shields.io/npm/v/@nstudio/nativescript-camera-plus.svg" alt="npm"> |
| 13 | + </a> |
| 14 | + <a href="https://www.npmjs.com/package/@nstudio/nativescript-camera-plus"> |
| 15 | + <img src="https://img.shields.io/npm/dt/@nstudio/nativescript-camera-plus.svg?label=npm%20downloads" alt="npm"> |
| 16 | + </a> |
| 17 | + <a href="https://github.com/nstudio/nativescript-camera-plus/stargazers"> |
| 18 | + <img src="https://img.shields.io/github/stars/nstudio/nativescript-camera-plus.svg" alt="stars"> |
| 19 | + </a> |
| 20 | + <a href="https://github.com/nstudio/nativescript-camera-plus/network"> |
| 21 | + <img src="https://img.shields.io/github/forks/nstudio/nativescript-camera-plus.svg" alt="forks"> |
| 22 | + </a> |
| 23 | + <a href="https://github.com/nstudio/nativescript-camera-plus/blob/master/LICENSE.md"> |
| 24 | + <img src="https://img.shields.io/github/license/nstudio/nativescript-camera-plus.svg" alt="license"> |
| 25 | + </a> |
| 26 | + <a href="http://nstudio.io"> |
| 27 | + <img src="./images/nstudio-banner.png" alt="nStudio banner"> |
| 28 | + </a> |
| 29 | + <h5 align="center">Do you need assistance on your project or plugin? Contact the nStudio team anytime at <a href="mailto:[email protected]">[email protected]</a> to get up to speed with the best practices in mobile and web app development. |
| 30 | + </h5> |
| 31 | +</p> |
2 | 32 |
|
3 |
| -[](http://nstudio.io) |
4 |
| -[](https://www.npmjs.com/package/@nstudio/nativescript-camera-plus) |
5 |
| -[](https://www.npmjs.com/package/@nstudio/nativescript-camera-plus) |
6 |
| - |
7 |
| -A NativeScript camera with all the bells and whistles which can be embedded inside a view. This plugin was sponsored by [LiveShopper](https://liveshopper.com). |
8 |
| - |
9 |
| -[](https://liveshopper.com/). |
| 33 | +--- |
10 | 34 |
|
11 | 35 | ## Installation
|
12 | 36 |
|
13 | 37 | ```bash
|
14 | 38 | tns plugin add @nstudio/nativescript-camera-plus
|
15 | 39 | ```
|
16 | 40 |
|
17 |
| -## Sample |
18 |
| - _Yes the camera is rotated because it's a webcam to an emulator and it's just the way life works_ |
| 41 | +## Sample |
19 | 42 |
|
20 |
| - |
| 43 | +_Yes the camera is rotated because it's a webcam to an emulator and it's just the way life works_ |
| 44 | + |
| 45 | + |
21 | 46 |
|
22 | 47 | ## Demo
|
23 | 48 |
|
@@ -109,11 +134,3 @@ npm run demo.ng.android.device
|
109 | 134 | | **photoCapturedEvent** | Executes when a photo is taken. |
|
110 | 135 | | **toggleCameraEvent** | Executes when the device camera is toggled. |
|
111 | 136 | | **imagesSelectedEvent** | Executes when images are selected from the device library/gallery. |
|
112 |
| - |
113 |
| ---- |
114 |
| - |
115 |
| -## [nStudio, LLC](http://nstudio.io) |
116 |
| - |
117 |
| -[](http://nStudio.io) |
118 |
| - |
119 |
| -Do you need assistance on your project or plugin? Contact the nStudio team anytime at [[email protected]](<mailto:[email protected]>) |
|
0 commit comments