Skip to content

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

Notifications You must be signed in to change notification settings

jzhang026/web-browser-model

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published