# `Plushie.Canvas.Shape.CanvasImage`
[🔗](https://github.com/plushie-ui/plushie-elixir/blob/v0.6.0/lib/plushie/canvas/shape/canvas_image.ex#L1)

Canvas raster image shape with position, size, and optional rotation.

# `t`

```elixir
@type t() :: %Plushie.Canvas.Shape.CanvasImage{
  h: number(),
  opacity: number() | nil,
  rotation: number() | nil,
  source: String.t(),
  w: number(),
  x: number(),
  y: number()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
