Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
class type blockies_options = object ... end
class type blockies = object ... end
val optdef : ('a -> 'b) -> 'a option -> 'b Js_of_ocaml.Js.optdef
val make_opts :
?seed:string ->
?color:string ->
?bgcolor:string ->
?size:int ->
?scale:int ->
?spotcolor:string ->
unit ->
blockies_options Js_of_ocaml.Js.t
val blockies : unit -> blockies Js_of_ocaml.Js.t
val blockies_opt : unit -> blockies Js_of_ocaml.Js.t option
val ready :
?not_found:(unit -> unit) ->
?timeout:Js_of_ocaml.Js.number_t ->
(blockies Js_of_ocaml.Js.t -> unit) ->
unit
val create :
?seed:string ->
?color:string ->
?bgcolor:string ->
?size:int ->
?scale:int ->
?spotcolor:string ->
unit ->
Js_of_ocaml.Dom_html.canvasElement Js_of_ocaml.Js.t
val render :
?seed:string ->
?color:string ->
?bgcolor:string ->
?size:int ->
?scale:int ->
?spotcolor:string ->
Js_of_ocaml.Dom_html.canvasElement Js_of_ocaml.Js.t ->
unit