Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

capacitor-plugin-dynamsoft-barcode-reader

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capacitor-plugin-dynamsoft-barcode-reader

A capacitor plugin for Dynamsoft Barcode Reader

  • 0.0.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
13
decreased by-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

capacitor-plugin-dynamsoft-barcode-reader

A capacitor plugin for Dynamsoft Barcode Reader

Install

npm install capacitor-plugin-dynamsoft-barcode-reader
npx cap sync

Or install from a local folder

npm install <path-to-the-project>
npx cap sync

Dependent frameworks for iOS will be downloaded automatically. You can also download them and put them under the plugin's folder by yourself:

  • Dynamsoft Camera Enhancer
  • Dynamsoft Barcode Reader

API

scan(...)

scan(_options: { license?: string; organizationID?: string; dceLicense?: string; template?: string; }) => Promise<{ barcodeText: string; barcodeFormat: string; barcodeBytesBase64: string; }>
ParamType
_options{ license?: string; organizationID?: string; dceLicense?: string; template?: string; }

Returns: Promise<{ barcodeText: string; barcodeFormat: string; barcodeBytesBase64: string; }>


toggleTorch(...)

toggleTorch(_options: { on: boolean; }) => Promise<void>
ParamType
_options{ on: boolean; }

stopScan()

stopScan() => Promise<void>

Keywords

FAQs

Package last updated on 18 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc