@microblink/docver-in-browser-react
v2.0.5
Published
This is a React wrapper component for `@microblink/docver-in-browser-web-component`.
Downloads
4
Keywords
Readme
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)}}
/>