sempdf
sempdf v1.9.1Type aliases

Type Alias: ImagePosition

sempdf v1.9.1


sempdf / ImagePosition

type ImagePosition = 
  | "center"
  | "top"
  | "bottom"
  | "left"
  | "right"
  | "top-left"
  | "top-right"
  | "bottom-left"
  | "bottom-right";

Defined in: src/types.ts:2709

Alignment of an image within its box for contain/cover.