1.0.5 • Published 5 years ago

cordova-plugin-blur-detection v1.0.5

Weekly downloads
8
License
GNU General Publi...
Repository
github
Last release
5 years ago

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>_