I need to check if an image is blurry using JavaScript. This is for an Ionic project, and I want to reject blurred images. I cannot find a way to do this. Can someone help me please?
I've find one way, but I think it only works if is done within a NodeJS server: https://github.com/timotgl/inspector-bokeh
I need a way to do it on the client side.