View Source KinoExcalidraw.SmartCell (KinoExcalidraw v0.4.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

t()

@type t() :: %KinoExcalidraw.SmartCell{
  data: binary() | nil,
  options: Kino.Excalidraw.Options.t()
}

Functions

child_spec(map)

new(attrs \\ [])

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