package slipshow

  1. Overview
  2. Docs

Module Slipshow.AssetSource

Sourcemodule Uri : sig ... end
Sourcetype t =
  1. | Local of {
    1. mime_type : string option;
    2. content : string;
    3. path : Fpath.t;
    }
  2. | Remote of string
Sourceval mime_of_ext : string -> string
Sourceval of_uri : read_file:(Fpath.t -> (string option, [< `Msg of string ]) result) -> Uri.t -> t
Sourceval of_string : read_file:(Fpath.t -> (string option, [< `Msg of string ]) result) -> string -> t