Skip to content
Shapemetry

Types - PNG

API reference for ./io/png on @huukhanhnguyen/types — the option and result records of @huukhanhnguyen/io's PNG reader/writer.

See the Guide for the package's role.

API reference

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

PngOptions

type

Option and result records of @huukhanhnguyen/io's io/png.ts.

Declarations only — the reader/writer runtime stays in @huukhanhnguyen/io.

type PngOptions
// = {
    /** Flip rows so tile-bottom (buffer row 0) renders at image bottom —
     *  world-up, matching the builder preview. Default true. */
    flipY?: boolean;
}
Last updated: 📖 1 min readEdit on GitHub