View Source Kino.Excalidraw.Embedded (KinoExcalidraw v0.4.0)
An Excalidraw component that embeds the data directly into the livebook page.
See options in Kino.Excalidraw.Options
.
Summary
Types
@type t() :: %Kino.Excalidraw.Embedded{ data: binary(), options: Kino.Excalidraw.Options.t() }
Functions
@spec new(attrs :: Enumerable.t()) :: Kino.JS.t()