LangelicEpub.Asset (langelic_epub v0.1.1)

Copy Markdown View Source

A non-chapter resource embedded in the EPUB: stylesheet, font, image, or any other supporting file.

Summary

Types

t()

@type t() :: %LangelicEpub.Asset{
  data: binary(),
  file_name: String.t(),
  id: String.t(),
  media_type: String.t()
}