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