If there's ever any more word from the artist, maybe.
Sigh; yeah.
After working a bit on a web-based solution to visualization, it's not as easy as first expected (go figure). I was planning to just overlay individual graphics for the hair, beard, etc, on top of the face graphic, but that won't work so well when the different face graphics have different positions where the overlays should rest (as someone pointed out previously and I completely missed until now). This approach also precludes exporting the composite image as a whole without writing a bunch of compositing code, and I feel like if I'm going to be doing compositing code, I might as well just output the composite to the screen in the first place. If that's the case, I might as well be working in a different language too; js isn't exactly built for image manipulation and something more integrated with existing df tools (like lua with df hack, or a dwarf therapist plugin) would make much more sense.
There's also the fact that forum-dwarves is erroring-out for me with the latest dfhack (0.40.13-r1).
It'd make more sense to draw directly from the dfhack lua bindings than parsing out to text and re-parsing that text back to values anyway.
TL;DR: Bad idea to approach this as a web app; I'm not your guy for this project