mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
308 B
308 B
Crop
Where to crop source images to fit into composite image proportions
Example Usage
import { Crop } from "@lukehagar/plexjs/models/shared";
let value: Crop = Crop.Center;
Values
| Name | Value |
|---|---|
Center |
center |
Top |
top |