@pretty-chitty/core
    Preparing search index...

    Function Image

    • Renders an image from a spritemap. Can either fill the allocated area or fit within it.

      Parameters

      • args: {
            image: ImageSpec;
            fill?: boolean;
            overlayColor?: string;
            horizontalAlign?: ImageHorizontalAlign;
            verticalAlign?: ImageVerticalAlign;
        } & ReactCanvas.DefaultProps

      Returns ReactNode