2.1.2 • Published 1 year ago

@microblink/docver-in-browser-web-component v2.1.2

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

This package provides the Web Component built in StencilJS which provides a UI for simpler usage of the SDK.

This component is based on the one provided in the blinkid-in-browser-sdk (readme for UI), but is also preconfigured for easier usage for image capturing, and has improved TS types.

It also uses @microblink/docver-in-browser-sdk as a peer dependency, meaning you don't need to explicitly install it.

Usage example:

// main.js
import "@microblink/docver-in-browser-web-component";
<blinkid-in-browser
  engine-location="https://localhost:3000/resources"
  license-key="YOUR_LICENCE_KEY"
></blinkid-in-browser>

<script src="path/to/main.js" />

For an example you can run, check the apps/example-ui-stencil example in the GitHub repository

2.1.2

1 year ago

2.1.1

1 year ago

2.0.2

1 year ago

2.0.1

1 year ago