2.0.5 • Published 1 year ago

@microblink/docver-in-browser-react v2.0.5

Weekly downloads
-
License
-
Repository
github
Last release
1 year ago

This is a React wrapper component for @microblink/docver-in-browser-web-component.

It provides a way to use the web component in a React app without any extra configuration, as well as having strong types on the component props.

MORE DETAILS

Installation

npm install @microblink/docver-in-browser-web-component

Usage

Usage example:

import { BlinkidInBrowser } from "@microblink/docver-in-browser-react";

<BlinkidInBrowser
  engineLocation="https://localhost:3000/resources"
  licenseKey={'LICENCE_KEY'}
  onScanSuccess={(event) => console.log(event)}}
/>
2.0.5

1 year ago

2.0.4

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago