Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 465 Bytes

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