slipshow
Slipshow.Asset
slipshow.communication
slipshow.datafiles
slipshow.previewer
module Uri : sig ... end
type t =
| Local of {
mime_type : string option;
content : string;
}
| Remote of string
val of_uri : read_file:(Fpath.t -> (string option, [< `Msg of string ]) result) -> Uri.t -> t
val of_string : read_file:(Fpath.t -> (string option, [< `Msg of string ]) result) -> string -> t