View Source Kino.Excalidraw.Remote (KinoExcalidraw v0.3.0)
An Excalidraw component that fetches the data from a remote URL.
See options in Kino.Excalidraw.Options
.
Summary
Types
@type t() :: %Kino.Excalidraw.Remote{ options: Kino.Excalidraw.Options.t(), url: URI.t() }
Functions
@spec new(attrs :: Enumerable.t()) :: Kino.JS.t()