Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
demos/ | H | 25-Apr-2025 | - | 3,511 | 2,967 | |
.gitignore | H A D | 25-Apr-2025 | 6 | 2 | 1 | |
Makefile | H A D | 25-Apr-2025 | 175 | 7 | 6 | |
README.md | H A D | 25-Apr-2025 | 349 | 7 | 5 |
README.md
1To run these demos with a local build of CanvasKit, go into the CanvasKit folder 2`//modules/canvaskit` and run `make debug` or similar to build it. 3 4Then, run `make local` from this directory to spin up a local web server. 5 6You will need to modify your demos to load from the local web server and not 7the CDN. See ./demos/hello_world for an example.