cordova-plugin-blur-detection

cordova plugin for identify blurred image


Keywords
ecosystem:cordova, ecosystem:phonegap, android, cordova, java, javascript
License
GPL-3.0
Install
npm install cordova-plugin-blur-detection@1.0.3

Documentation

cordova-plugin-blur-detection

Plugin for the identify blurred image.


Installation


cordova plugin add cordova-plugin-blur-detection

Sample Implementation.


window.BlurDetect.checkImage(function(evt){
	console.log(evt);
}, function(err){
	console.log(err);
}, "{String}"); // - storage/emulated/0/Demo.jpg

Output


BLUR/NOT BLUR

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