Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tasks related to HTML parsing with
HTMLRewriter
and CSS options
This should allow me to trim down the project to focus only on the layout and rendering aspect and externalize the HTML and CSS handling somewhat. I do not plan on adding JavaScript support but if I were do it I could either use the `vm` API or just Bun's `eval` or `Function` constructor. Maybe I could also bring in QuickJS with Bun's C support via TinyCC (TCC).
- Loading branch information