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.
There is a live deployment by GitHub Pages here, where You can always use the latest features!
If network conditions don't allow for access, you can try the following sites:
- Cloudflare
- Netlify (Will not always be up to date with latest changes)
You need to clone this repository first. After that, turn to the repository directory and install dependencies:
npm installThen start the Next.js server:
next devHere's an alternative if the command above won't work:
npm run devThe website should be available shortly at the specified address given in the console output.