View Source KinoExcalidraw.SmartCell (KinoExcalidraw v0.3.0)
A SmartCell for embedding and editing Excalidraw diagrams in Livebook notebooks. This SmartCell allows you to create and modify Excalidraw graphs, and configure various editor options.
See options in Kino.Excalidraw.Options
.
Summary
Types
@type t() :: %KinoExcalidraw.SmartCell{ data: binary() | nil, options: Kino.Excalidraw.Options.t(), variable: binary() }
Functions
@spec new(attrs :: Enumerable.t()) :: t()