Skip to content

Commit 3ab19b3

Browse files
committed
readme: descriptions
1 parent e9a4d3f commit 3ab19b3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,38 @@ Output from some of the examples:
66

77
### [code_coverage.js](./code_coverage.js)
88

9+
Test lazy loading strategy by seeing CSS/JS code coverage usage across page load.
10+
911
<img width="741" alt="screen shot 2018-02-26 at 10 20 41 am" src="https://user-images.githubusercontent.com/238208/36687690-2de2bbaa-1adf-11e8-912b-e21cda0160ce.png">
1012

1113
### [verify_sw_caching.js](./verify_sw_caching.js)
1214

15+
Verify all the resources you expect are being cached by a service worker for offline.
16+
1317
<img width="623" alt="screen shot 2018-03-01 at 5 09 32 pm" src="https://user-images.githubusercontent.com/238208/36878494-1b4098d6-1d74-11e8-93d2-492e3b2f1877.png">
1418

1519
### [google_search_features.js](./google_search_features.js)
1620

21+
Gut check your page to make sure it renders correctly for Google Search.
22+
1723
<img width="747" alt="screen shot 2018-03-07 at 12 50 32 pm" src="https://user-images.githubusercontent.com/238208/37125450-804ad8c0-2221-11e8-8c96-7c5af582778f.png">
1824

1925
### [speech.js](./speech.js)
2026

27+
Make your browser talk.
28+
2129
[![Speech demo is action](http://img.youtube.com/vi/v5ZXRgzR7Wc/0.jpg)](https://www.youtube.com/watch?v=v5ZXRgzR7Wc)
2230

2331
### [pacman.js](./pacman.js)
2432

33+
Play the Google Pac-Man Doodle.
34+
2535
[![Playing Puppeteer Pacman](https://user-images.githubusercontent.com/238208/38574488-c45df5a0-3cad-11e8-90fe-001afc2d4625.png)](https://youtu.be/5CihR6Z9sX8)
2636

2737
### [element-to-pdf.js](./element-to-pdf.js)
2838

39+
Turn a DOM element into a PDF.
40+
2941
<img width="500" alt="elemen-to-pdf output example" src="https://user-images.githubusercontent.com/238208/38771535-bd7b6b44-3fd9-11e8-8b83-80f3131fcb80.png">
3042

3143
### [crawlsite.js](./crawlsite.js)
@@ -34,7 +46,6 @@ Discover all the URLs on a site and visualize the subpages.
3446

3547
<img width="500" alt="Crawl a site/SPA" src="https://user-images.githubusercontent.com/238208/38901761-5f387902-4252-11e8-9ce4-aab2661143f4.png">
3648

37-
3849
### License
3950

4051
[Apache 2.0](./LICENSE) © 2018 Google Inc.

0 commit comments

Comments
 (0)