This is a Next.js project for generating Image Skeleton using Zhang Suen Thinning Algorithm.
First, install application dependencies:
npm i
# or
yarn
Secondly, run the development server:
npm run dev
# or
yarn dev
At last, open http://localhost:3000 with your browser to access the application.