Omg, crazy haha.
Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
51–54 of 54 posts
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#52See myself using this for sure!
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#53Earlier quoted context omitted.
It's a single 4992 line HTML file, which is the source code, making a lot harder to contribute to or maintain. I'd like it a bit more (and I might even contribute) if it had at least some separation of concerns, and a simple build system even if the build system is just a bash command to concatenate source files into one HTML file (if having 1 HTML file is somehow very important, but it's not).
> if having 1 HTML file is somehow very important, but it's not It is.
As a payload that's great. As a source code file, not so great.
Re: Show HN: Cascii – A portable ASCII diagram builder written in vanilla JavaScript
#54Nice job, its really easy to use