package cordova-plugin-image-picker

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type options = private Ojs.t
val create_options : ?maximum_images_count:int -> ?width:int -> ?height:int -> ?quality:int -> unit -> options
val get_pictures : (string array -> unit) -> (string -> unit) -> ?opt:options -> unit -> unit