cordova-plugin-blur-detection

1.0.5 • Public • Published

cordova-plugin-blur-detection

Plugin for the identify blurred image.


Installation


cordova plugin add cordova-plugin-blur-detection

Sample Implementation.


window.BlurDetect.chcekImage(function(evt){
    console.log(evt);
}, function(err){
    console.log(err);
}, { uri: "storage/emulated/0/Test4.jpg", accuracy: 95 });

Output


BLUR/NOT BLUR

Report security issues to our mail <mailto:admin@dkrock.com>_

Package Sidebar

Install

npm i cordova-plugin-blur-detection

Weekly Downloads

1

Version

1.0.5

License

GNU General Public License v2.0

Unpacked Size

37.8 MB

Total Files

10

Last publish

Collaborators

  • dkrock143