This is an avatar upload component using React, TypeScript and NextsJS, you purpose is offer an avatar editor using image upload, and, drag and drop upload. This project using react-avatar-editor, for crop and show cropped picture preview and material-ui slider for photo zoom.
- Node LTS Version
- Yarn
I'm using yarn for managing js packages, and use the command below to install all dependencies:
yarn
And to start the project:
yarn dev