Interface: Size

May 7, 2024 · View on GitHub

@frameright/image-display-control-metadata-parser • Docs


@frameright/image-display-control-metadata-parser / Size

Interface: Size

Size of an image in pixels.

Contents

  • Properties
    • width
    • height

Properties

width

width: number

Image width in pixels.

Source

index.ts:13


height

height: number

Image height in pixels.

Source

index.ts:18

Contents

  1. 1Contents
  2. 2Properties
  3. 2.1width
  4. 2.2height