Output to HTML ?
Opened this issue · 0 comments
DrDru commented
Hey
I'd like to export .xp files as HTML. I've been playing with your library and it's not clear to me how I'd go to do it from the JS object.
Is there a way to do it ? (sorry I'm not a webdev)
Also I've notice what I think is a small error in the Readme .
It should be :
const rexpaint = require('rexpaintjs-fork');
not
const rexpaintjs = require('rexpaintjs-fork');
At least that's what I need to do to make it work.
Cheers