Image manipulation is done by lwip. 3D renders are created with node-canvas, based on math by confuser.
There are usually a few open issues.
We welcome any opinions or advice in discussions as well as pull requests.
Issues tagged with 
Please visit the website for details.
- You can follow us on
@crafatar
- Open an issue on GitHub
- You can join us in #crafatar on irc.esper.net.
- Install the dokku-redis plugin
dokku redis:start- You also might want to use docker-options for persistent storage:
-v /var/lib/crafatar/images:/app/images
-v /var/log/crafatar:/app/logs
- Deploy with ENV config:
PORT=5000
BIND=0.0.0.0- Use io.js
- Install Cairo.
npm install- Start
redis-server npm start- Access http://localhost:3000
npm testIf you want to debug failing tests, you can set the env
VERBOSE_TEST=trueTo debug caching, it can be helpful to monitor redis commands while tests are running:
redis-cli monitor