/web-browser-model

this is a model shows how a modern web browser works to render HTML string into an image.

Primary LanguageJavaScript

How to start

⚠️this tutorial require node 10.x, due to some constraint of low-level image render library.

  1. install the packages
yarn install
  1. start the http server first
yarn start:server
  1. then run the client
yarn start:client

👀you will found a rendered viewport.img in your root folder.

Other materials

Slides