# Enumeration: ImageShapeStyle

Defined in: [schema.ts:727](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L727)

Image shape styles supported by [ImageSchema](../../interfaces/ImageSchema/).

## Enumeration Members

### Auto

> **Auto**: `"auto"`

Defined in: [schema.ts:729](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L729)

Image is rendered normally.

______________________________________________________________________

### Circle

> **Circle**: `"circle"`

Defined in: [schema.ts:731](https://github.com/coda/packs-sdk/blob/b2b4c9dba5ca748bdbb94481cc13b5ca3c328ef6/schema.ts#L731)

Image is rendered as a circle.
