tinyimg - v1.0.0
    Preparing search index...

    Type Alias Gravity

    Gravity:
        | "center"
        | "north"
        | "south"
        | "west"
        | "east"
        | "north-west"
        | "north-east"
        | "south-west"
        | "south-east"
        | "auto"
        | "face"

    Which part of an image a crop keeps, mirroring TinyImageGravity.

    auto weights the image by local detail and centers on the result. face runs the detector and centers on what it finds, falling back to auto when no cascade is loaded or nothing is found; see TinyImgModule.loadBlob.