ImgTransformSettings | WebHare Platform SDK
WebHare Platform SDK
    Preparing search index...

    Type Alias ImgTransformSettings

    ImageEditorSettings represents the non-destructive settings supported by the image editor. which is currently only the focal point (filename mimetype etc should not be the editor's problem)

    type ImgTransformSettings = {
        focalPoint: ImgPoint | null;
    }
    Index

    Properties

    Properties

    focalPoint: ImgPoint | null

    Image focal point. null if not yet set