Show HN: Dropflow, a CSS layout engine for node or
11–20 of 146 posts
Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#12Super cool! Nice job, chearon :)
Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#13Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#14Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#15why not ship a desktop application at this point with support for a special schema? i can understand the abuse for server side rendering, but at this poit you pretty much have a bad browser engine. running inside a 2d hack in a browser engine. sigh.
Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#16Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#17But the idea of using html for text styling has stuck, Swing UI do text styling with html (and rudimentary css!) to this day. Html would not be a lingua franca if its use was limited to the equivalent of native speakers (browsers).
Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#18Re: Show HN: Dropflow, a CSS layout engine for node or <canvas>
#19The default way of generating beautiful PDFs in the backend these days is, running a headless browser and using browser APIs to turn HTML/CSS into PDFs. And apparently, it's a bit costly running instances of browser in the server and scale it properly for huge workloads.
This is literally a game changer. Now it's possible to design PDFs using HTML/css and generate them without the browser overhead!