Skip to content

zeropdf v1.3.0


zeropdf / PdfColor

Type Alias: PdfColor

ts
type PdfColor = 
  | GrayColor
  | RgbColor
  | CmykColor
  | SeparationColor
  | DeviceNColor;

Defined in: src/types.ts:693

Released under the ISC license.