Hey HN
Using two online tools and some HTML/CSS I have been able to create a (web) comic despite the fact that I am conpletely unable to draw.
The first tool is https://www.pixelartcss.com/ which allows me to convert video game tiles to CSS.
The second one is https://www.thecodingfox.com/interactive/pixel-world-editor/ which was kindly made by TheCodingFox for me. It allows to combine the output of pixelartcss on a grid. The ouput is then exported as an HTML file that I can reuse.
As a result the illustrations you can see are actually only css and HTML. The comic does not make use of any images such as ong or jpg.
Somewhat similar is acbf: https://launchpad.net/acbf
Intriguing concept, but the HTML output of the pixel-world-editor tool doesn't seem great (tons of absolutely positioned divs). In present day world it would be better to use svg.
Interesting concept!
There are some random green and blue lines between the "pixels" on my default zoom level, which are removed if I zoom to 110%, and vary across other zoom levels. Using the latest Firefox on windows. It seems to be caused by the shadows, which is an interesting way of doing the pixels but unfortunately ruins the image in my case.