An online tool for creating and editing skin.json files that are used by skins in osu!droid.
You may use the tool here or build it by yourself.
To build the application, you need Node.js version 18 or later.
Begin by installing dependencies:
npm i
Afterwards, you may choose one of the following configurations:
-
Production
npm run build npm run preview
-
Development
npm run dev
Open the given link in your browser of choice.