Size2f
import type { Size2f } from '@banou/opencv-wasm'An extent described by width and height. No native disposal is required.
export type Size2f = {
width: number,
height: number
};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.