shaffex

Image

Description

A view that displays an image.

Parameters

Example

<body>
    <hstack spacing="20">
        <image systemName="heart.fill" font="largeTitle" foregroundColor="red"/>
        <image resizable="" aspectRatio="fit" frame="width:100">my-logo</image>
    </hstack>
</body>

Screenshot