@yoonit/nativescript-camera
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@yoonit/nativescript-camera", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Yoonit Camera have a custom view that shows a preview layer of the front/back camera and detects human faces in it and read qr code.", | ||
@@ -5,0 +5,0 @@ "main": "Yoonit.Camera", |
<img src="https://raw.githubusercontent.com/Yoonit-Labs/nativescript-yoonit-camera/development/logo_cyberlabs.png" width="300"> | ||
# Nativescript Yoonit Camera | ||
# NativeScript Yoonit Camera | ||
@@ -18,2 +18,3 @@ ![Generic badge](https://img.shields.io/badge/version-v1.0.0-<COLOR>.svg) ![MIT license](https://img.shields.io/badge/License-MIT-blue.svg) | ||
- QR Code scanning | ||
- Better props to setup the initialization your component | ||
@@ -35,3 +36,3 @@ ## Installation | ||
import Vue from 'nativescript-vue' | ||
import YoonitCamera from '@yoonit/nativescript-camera/plugin' | ||
import YoonitCamera from '@yoonit/nativescript-camera/vue' | ||
@@ -38,0 +39,0 @@ Vue.use(YoonitCamera) |
38147
176