Easy Avatar Cropper & Uploader For React

An easy-to-use avatar cropper & uploader component for React applications.

How to use it:

1. Install and import the avatar uploader.

import React from 'react';
import AvatarUpload from './components/AvatarUpload';

2. Create a basic avatar uploader.

const App = () => {
  return <AvatarUpload />;
};
export default App;

Preview:

Easy Avatar Uploader For React

Download Details:

Author: joao-pedrozo

Live Demo: View The Demo

Download Link: Download The Source Code

Official Website: https://github.com/joao-pedrozo/react-zoom

License: MIT

Add Comment