UNPKG

capacitor-plugin-scanbot-sdk

Version:

Scanbot Document and Barcode Scanner SDK for Capacitor

3 lines (2 loc) 158 B
import type { ImageInput, SerializedImageInput } from './customTypes'; export declare function handleImageInput(image: ImageInput[]): SerializedImageInput[];