mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
322 B
322 B
Format
The output format for the image; defaults to jpg
Example Usage
import { Format } from "@lukehagar/plexjs/models/operations";
let value: Format = Format.Jpg;
Values
| Name | Value |
|---|---|
Jpg |
jpg |
Jpeg |
jpeg |
Png |
png |
Ppm |
ppm |