View Source Kino.Excalidraw.Embedded (KinoExcalidraw v0.3.0)

An Excalidraw component that embeds the data directly into the livebook page.

See options in Kino.Excalidraw.Options.

Summary

Types

t()

@type t() :: %Kino.Excalidraw.Embedded{
  data: binary(),
  options: Kino.Excalidraw.Options.t()
}

Functions

new(attrs \\ [])

@spec new(attrs :: Enumerable.t()) :: Kino.JS.t()