/ocaml-cordova-plugin-image-picker

Binding in OCaml to cordova-plugin-image-picker using gen_js_api.

Primary LanguageShellGNU Lesser General Public License v3.0LGPL-3.0

ocaml-cordova-plugin-image-picker

LGPL-v3 licensed Build Status

Binding to cordova-plugin-image-picker

Example application.

What does cordova-plugin-image-picker do ?

This plugin defines a global image-picker object, which describes the image-picker's
hardware and software. Although the object is in the global scope, it is not
available until after the deviceready event.

Source: cordova-plugin-image-picker

Repository branches and tags

Only gen_js_api is developed.

How to install and compile your project by using this plugin ?

Don't forget to switch to a compiler >= 4.03.0.

opam switch 4.03.0

You can use opam by pinning the repository with

opam pin add cordova-plugin-image-picker https://github.com/dannywillems/ocaml-cordova-plugin-image-picker.git

and to compile your project, use

ocamlfind ocamlc -c -o [output_file] -package gen_js_api -package cordova-plugin-image-picker [...] -linkpkg [other arguments]

Don't forget to install the cordova plugin activity indicator with

cordova plugin add cordova-plugin-image-picker

How to use ?

See the official documentation cordova-plugin-image-picker