EmbindString
import type { EmbindString } from '@banou/opencv-wasm'Text accepted by native string parameters. JavaScript strings are encoded as UTF-8; byte buffers supply the encoded bytes directly.
type EmbindString = ArrayBuffer|Uint8Array|Uint8ClampedArray|Int8Array|string;These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.