Gets saved characters from Enka.Network and generates an image based on restrictions set by the user.
- Ensure Node.JS is installed.
- Clone/download the repo and save it in a folder.
- Run
setup.bat
to install the required packages. - Edit
settings.json
to set restrictions and account. Make sure the JSON is valid when saving. This can be verified using JsonLint. - Run
run.bat
. This will open a command prompt window which shows progress on image generation. The image will automatically open after it has finished generating. The image will be automatically saved in the base folder asoutput.png
.
- Ambr.Top - Character Icons & Names
- Axios - HTTP requests
- Enka.Network - API for fetching account information
- Node Canvas - Image Generation