This project was created to provide a simple framework to configure a 2D Character Creator.
Try it out: https://pjanaya.github.io/2d-character-creator/
A folder with all the images for all the parts
Inside src/config
there are three config files:
colors.ts
: Available colors for the different parts.partTypes.ts
: Parts of the body and accesories categories to choose from.parts.ts
: All the different parts and combinations, linked to partTypes and colors.
Check in interfaces/Config.ts
to learn about the different possible attributes for each file.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.