Module Qrcode

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 -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> string -> 'a
val clear_code : < clear : 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> 'a