tree: 3906df7ee9798454ea48a192a9cef29634f5095e [path history] [tgz]
  1. demos/
  2. .gitignore
  3. Makefile
  4. README.md
demos.skia.org/README.md

To run these demos with a local build of CanvasKit, go into the CanvasKit folder //modules/canvaskit and run make debug or similar to build it.

Then, run make local from this directory to spin up a local web server.

You will need to modify your demos to load from the local web server and not the CDN. See ./demos/hello_world for an example.