This is a Next.js project for generating Image Skeleton using Zhang Suen Thinning Algorithm.

Running the application

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.