SlipshowSourceval delayed :
width:int ->
height:int ->
?math_link:Asset.t ->
?css_links:Asset.t list ->
?theme:[ `Builtin of Themes.t | `External of Asset.t ] ->
?slipshow_js_link:Asset.t ->
?read_file:(Fpath.t -> (string option, [ `Msg of string ]) result) ->
string ->
delayedThis function is used to delay the decision on the starting state. It allows to run convert server-side (which is useful to get images and so on) but let the previewer decide on the starting state.
val convert :
width:int ->
height:int ->
?starting_state:starting_state ->
?math_link:Asset.t ->
?theme:[ `Builtin of Themes.t | `External of Asset.t ] ->
?css_links:Asset.t list ->
?slipshow_js_link:Asset.t ->
?read_file:(Fpath.t -> (string option, [ `Msg of string ]) result) ->
string ->
string