Jido.VFS.Adapter.Sprite.Config (Jido.VFS v1.0.0)

View Source

Runtime configuration for the Sprite adapter.

Summary

Types

encoding()

@type encoding() :: :base64 | :raw

t()

@type t() :: %Jido.VFS.Adapter.Sprite.Config{
  base_url: String.t(),
  client: module(),
  encoding: encoding(),
  root: String.t(),
  sprite: term(),
  sprite_name: String.t() | nil,
  token: String.t() | nil
}