0.0.2 • Published 1 year ago

@jcesarmobile/permissionless-photo-picker v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@jcesarmobile/permissionless-photo-picker

Cordova plugin for picking images without requesting permissions

Installation

cordova plugin add @jcesarmobile/permissionless-photo-picker

Usage

window.plugins.PermissionlessPhotoPicker.pickImages(
    function(res){
        console.log(res)
    },
    function(err){
        console.log(err)
    }
);
0.0.2

1 year ago

0.0.1

1 year ago