Image manipulation is done by lwip. 3D renders are created with node-canvas / cairo.
There are usually a few open issues.
We welcome any opinions or advice in discussions as well as pull requests.
Issues tagged with show where we could especially need your help!
Please visit the website for details.
Have a look at crafatar/setup to see how we set things up at Crafatar.
For more info about local setup, Heroku, or Dokku please see Installation on the wiki.
npm test
If you want to debug failing tests:
# show logs during tests
env VERBOSE_TEST=true npm test
It can be helpful to monitor redis commands to debug caching errors:
redis-cli monitor