A simple HTML rendering engine made by Deno. Created based on "Let's build a browser engine!"
Demo site is here. It is created by fresh.
https://deno-toy-rendering-engine.deno.dev/
Kapture.2022-08-20.at.19.52.46.mp4
Install Deno beforehand.
Test
deno task test
Type check
deno task check
Format
deno fmt
Lint
deno lint