-
Notifications
You must be signed in to change notification settings - Fork 311
Open
Description
Properties like h, f etc. have been renamed to height,format but it hasn't be documented, during migration I was confused why I was getting errors.
relevant code here I believe:
Lines 5 to 13 in 5808397
| export interface ImageModifiers { | |
| width: number | string | |
| height: number | string | |
| fit: string | |
| format: string | |
| quality: string | number | |
| background: string | |
| blur: number | |
| } |
Metadata
Metadata
Assignees
Labels
No labels