image processing
npm install image-processing-sdk
import { isImageBlurred } from 'image-processing-sdk';
// ...
const imageBlur = async () => {
const result = await isImageBlurred('some url');
console.log('result', result)
}
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library