Skip to content

io.display.image

Represents a display.image component.

Usage

ts
await io.display.image("An animated gif", {
  url: "https://media.tenor.com/dutdoOw7PjsAAAAj/happy-cat.gif",
})
python
await io.display.image("An animated gif",
  url = "https://media.tenor.com/dutdoOw7PjsAAAAj/happy-cat.gif",
)

example of Forge app with display.image component