A simple online toolbox that makes it easier to create collab images.
Currently only part of them are available:
- ImageMap Editor (Mostly stable, new features on the way)
- Avatar Image Generator (Beta, new features on the way)
- Simple Collab Generator (Planning)
- External tools collection
- More ideas to come up with
You can request more features by submitting an issue.
You could use the live deployment at the following sites:
You need to clone this repository first. After that, turn to the repository directory and install dependencies:
pnpm installThen start the Next.js server:
next devHere's an alternative if the command above doesn't work:
pnpm devThe website should be available shortly at the specified address given in the console output.