@nkeff/cardboard-js
    Preparing search index...

    Type Alias BackgroundPositionOptions

    BackgroundPositionOptions:
        | "left top"
        | "left center"
        | "left bottom"
        | "right top"
        | "right center"
        | "right bottom"
        | "center top"
        | "center center"
        | "center bottom"
        | "inherit"
        | "initial"
        | string & {}