Skip to content

Undocumented change for useImage modifier properties #2073

@Dino-Kupinic

Description

@Dino-Kupinic
Image

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:

export interface ImageModifiers {
width: number | string
height: number | string
fit: string
format: string
quality: string | number
background: string
blur: number
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions