Web-based viewer for RexPaint files.
Load the site in a web browser, drag a font onto the tileset target, and drag an .xp
file onto the image target.
Install Node.js and Cairo Graphics. Then run npm install
.
To convert a .px to a .png:
./px2png font16x16.png input.px > output.png