UNPKG

@vnmfify/core

Version:

```shell npm i @vnmfify/core -S ```

3 lines (2 loc) 276 B
export declare type ImageMode = "scaleToFill" | "aspectFit" | "aspectFill" | "widthFix" | "heightFix" | "top" | "bottom" | "center" | "left" | "right" | "topLeft" | "topRight" | "bottomLeft" | "bottomRight"; export declare type ImageShape = "square" | "rounded" | "circle";