Hacker News new | ask | show | jobs
by lukan 725 days ago
I think it is possible to use this as just the renderer and have your actual data of the nodes in a clean state elsewhere (as JSON for example).
2 comments

Could have it as an output format for something like Pikchr, but not sure what the advantage would be over just generating a SVG?

https://pikchr.org/

That’s an interesting point - how accessible is JSON to differently abled users?
Was that a serious question?

If so, JSON is just a raw data object. I suppose one could read it with a screen reader, but whether that makes sense depends how the data is structured. But it would not be a great experience.