barkoder-capacitor
Advanced tools
Comparing version 1.6.0 to 1.6.1
@@ -915,2 +915,18 @@ { | ||
{ | ||
"name": "setVideoStabilization", | ||
"signature": "(options: { value: boolean; }) => Promise<any>", | ||
"parameters": [ | ||
{ | ||
"name": "options", | ||
"docs": "", | ||
"type": "{ value: boolean; }" | ||
} | ||
], | ||
"returns": "Promise<any>", | ||
"tags": [], | ||
"docs": "Enable or disable video stabilization for smoother video capture", | ||
"complexTypes": [], | ||
"slug": "setvideostabilization" | ||
}, | ||
{ | ||
"name": "isFlashAvailable", | ||
@@ -917,0 +933,0 @@ "signature": "() => Promise<any>", |
@@ -342,2 +342,8 @@ import { Plugin } from '@capacitor/core'; | ||
/** | ||
* Enable or disable video stabilization for smoother video capture | ||
*/ | ||
setVideoStabilization(options: { | ||
value: boolean; | ||
}): Promise<any>; | ||
/** | ||
* Checks whether the device has a built-in flash (torch) that can be used for illumination during barcode scanning | ||
@@ -344,0 +350,0 @@ */ |
{ | ||
"name": "barkoder-capacitor", | ||
"version": "1.6.0", | ||
"version": "1.6.1", | ||
"description": "Capacitor plugin that connects to barkoderSDK which helps users scan barcodes with mobile devices", | ||
@@ -5,0 +5,0 @@ "main": "dist/plugin.cjs.js", |
@@ -223,2 +223,3 @@ # barKoder Barcode Scanner SDK plugin for Capacitor | ||
* [`setEnableComposite(...)`](#setenablecomposite) | ||
* [`setVideoStabilization(...)`](#setvideostabilization) | ||
* [`isFlashAvailable()`](#isflashavailable) | ||
@@ -1236,2 +1237,19 @@ * [`isCloseSessionOnResultEnabled()`](#isclosesessiononresultenabled) | ||
### setVideoStabilization(...) | ||
```typescript | ||
setVideoStabilization(options: { value: boolean; }) => Promise<any> | ||
``` | ||
Enable or disable video stabilization for smoother video capture | ||
| Param | Type | | ||
| ------------- | -------------------------------- | | ||
| **`options`** | <code>{ value: boolean; }</code> | | ||
**Returns:** <code>Promise<any></code> | ||
-------------------- | ||
### isFlashAvailable() | ||
@@ -1238,0 +1256,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
83321188
27151
1833