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

t()

@type t() :: %Kino.Excalidraw.Remote{
  options: Kino.Excalidraw.Options.t(),
  url: URI.t()
}

Functions

new(attrs \\ [])

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