barkoder-capacitor
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "barkoder-capacitor", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Capacitor plugin that connects to barkoderSDK which helps users scan barcodes with mobile devices", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -81,2 +81,14 @@ # barKoder Barcode Scanner SDK plugin for Capacitor | ||
## Install Manually | ||
If you would like to install from a local folder you will need to follow these steps: | ||
- Download zip | ||
- Unpack zip file | ||
- Rename folder to your liking | ||
- Paste the folder in app directory ex. **myApp/barkoder-capacitor** (this is the new name of the download plugin folder) | ||
- Finally: | ||
```bash | ||
npm install “/your-path/myApp/barkoder-capacitor” | ||
``` | ||
## API | ||
@@ -83,0 +95,0 @@ |
12765427
1187