1.0.7 • Published 7 years ago
profile-image-analyzer-reactcomponent v1.0.7
profile-analyzer-component
ProfileImageAnalyzer component helps you to analyze profile picture with our Smart Api ,where you can use our inbuilt checks like Brightness,Blurry,Detect Celebrity,Check Face Orientation, Cartoon Face Detection & also does Image moderation for adult/racy contents in the profile image.
Installation
Run the following command:
npm i profile-image-analyzer-reactcomponent
Usage
Add our component inside your component.
import ProfileImageAnalyzerContainer from 'profile-image-analyzer-reactcomponent';
return(
<ProfileImageAnalyzerContainer />
)