Socket
Book a DemoInstallSign in
Socket

@microblink/blinkid

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microblink/blinkid

All-in-one BlinkID browser SDK for fast and accurate ID document scanning and recognition in web applications.

7.4.1
latest
Source
npmnpm
Version published
Maintainers
0
Created
Source

@microblink/blinkid

The all-in-one BlinkID browser SDK package. It provides a high-level, easy-to-use API for document scanning and recognition in web applications, bundling all required components and resources for a seamless integration experience.

Overview

  • Combines the BlinkID engine, camera management, user experience (UX) management, and all required resources.
  • Handles initialization, licensing, camera selection, scanning, and user feedback UI.
  • Suitable for most use cases—just add your license key and start scanning!
  • Used in production by leading companies for fast and accurate ID document scanning in the browser.

What's Included

Installation

Install from npm using your preferred package manager:

npm install @microblink/blinkid
# or
yarn add @microblink/blinkid
# or
pnpm add @microblink/blinkid

Usage

A minimal example:

import { createBlinkId } from "@microblink/blinkid";

const blinkid = await createBlinkId({
  licenseKey: import.meta.env.VITE_LICENCE_KEY,
});

For more advanced usage, customization, or integration with your own UI, see the example apps and the documentation for the underlying packages.

Example Apps

Explore example applications in the GitHub repository for ready-to-run demos:

Each example demonstrates different integration patterns and features.

Hosting Requirements

  • Serve the public/resources directory as-is; it contains all required Wasm, worker, and resource files.

  • Must be served in a secure context.

  • For multithreaded builds, your site must be cross-origin isolated:

    Cross-Origin-Embedder-Policy: require-corp
    Cross-Origin-Opener-Policy: same-origin
    

License Key

A valid license key is required. Request a free trial at Microblink Developer Hub.

Development

To build the package locally:

  • Install dependencies in the monorepo root:

    pnpm install
    
  • Build the package:

    pnpm build
    

The output files will be available in the dist/, types/, and public/resources/ directories.

More Information

FAQs

Package last updated on 31 Jul 2025

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.