Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Minimal binding of http://davidshimjs.github.io/qrcodejs/
module Js = Js_of_ocaml.Js
class type qrcode = object ... end
type qrcode_cs =
(Js.js_string Js.t -> Js.js_string Js.t -> qrcode Js.t) Js.constr
val make_code : string -> string -> qrcode Js_of_ocaml.Js.t
val update_code :
< makeCode : Js.js_string Js.t -> 'res Js_of_ocaml.Js.meth.. >
Js_of_ocaml.Js.t ->
string ->
'res
val clear_code :
< clear : 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t ->
'res