package ezjs_qrcode

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ezjs_qrcodeSource

Minimal binding of http://davidshimjs.github.io/qrcodejs/

Sourceclass type qrcode = object ... end
Sourceval make_code : string -> string -> qrcode Js_of_ocaml.Js.t
Sourceval update_code : < makeCode : Js.js_string Js.t -> 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> string -> 'res
Sourceval clear_code : < clear : 'res Js_of_ocaml.Js.meth.. > Js_of_ocaml.Js.t -> 'res