For a complete demo and GitHub repo, you can check this out directly.

React + Vite

Basic demo to showcase the Avatars SDK

Setup

Clone and try out the repo demo!
npx degit avatechgg/avatars-react-vite-demo avatars-react-vite-demo
Install and run the dependencies.
cd avatars-react-vite-demo
npm install
npm run dev