Skip to content

Commit 19e29bc

Browse files
committed
bump, update README
1 parent 918db12 commit 19e29bc

File tree

4 files changed

+37
-20
lines changed

4 files changed

+37
-20
lines changed

README.md

Lines changed: 36 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,48 @@
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>
232

3-
[![nStudio Plugin](https://img.shields.io/badge/nStudio-Plugin-orange.svg)](http://nstudio.io)
4-
[![npm](https://img.shields.io/npm/v/@nstudio/nativescript-camera-plus.svg)](https://www.npmjs.com/package/@nstudio/nativescript-camera-plus)
5-
[![npm](https://img.shields.io/npm/dt/@nstudio/nativescript-camera-plus.svg?label=npm%20downloads)](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-
[![LiveShopper](./src/logos/liveshopper.svg "LiveShopper")](https://liveshopper.com/).
33+
---
1034

1135
## Installation
1236

1337
```bash
1438
tns plugin add @nstudio/nativescript-camera-plus
1539
```
1640

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
1942

20-
![Camera Plus](screens/camplus1.gif)
43+
_Yes the camera is rotated because it's a webcam to an emulator and it's just the way life works_
44+
45+
![Camera Plus](images/camplus1.gif)
2146

2247
## Demo
2348

@@ -109,11 +134,3 @@ npm run demo.ng.android.device
109134
| **photoCapturedEvent** | Executes when a photo is taken. |
110135
| **toggleCameraEvent** | Executes when the device camera is toggled. |
111136
| **imagesSelectedEvent** | Executes when images are selected from the device library/gallery. |
112-
113-
---
114-
115-
## [nStudio, LLC](http://nstudio.io)
116-
117-
[![nStudio](./src/logos/nstudio-banner.png "nStudio")](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]>)
File renamed without changes.

images/nstudio-banner.png

24.1 KB
Loading

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nstudio/nativescript-camera-plus",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "An advanced, embeddable camera for NativeScript.",
55
"main": "camera-plus",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)