Skip to content
Shapemetry

Types - Image

API reference for ./geometry/image on @huukhanhnguyen/types.

See the Guide for the package's role.

API reference

Signatures are generated from the live package .d.ts - not hand-written.

Image

type

Raster image rectangle. Sniff: "image" in geometry (url string).

type Image
// = {
    image: string;
    anchors: Point[];
}
Last updated: 📖 1 min readEdit on GitHub