@@ -6,26 +6,38 @@ Output from some of the examples:
6
6
7
7
### [ code_coverage.js] ( ./code_coverage.js )
8
8
9
+ Test lazy loading strategy by seeing CSS/JS code coverage usage across page load.
10
+
9
11
<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 " >
10
12
11
13
### [ verify_sw_caching.js] ( ./verify_sw_caching.js )
12
14
15
+ Verify all the resources you expect are being cached by a service worker for offline.
16
+
13
17
<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 " >
14
18
15
19
### [ google_search_features.js] ( ./google_search_features.js )
16
20
21
+ Gut check your page to make sure it renders correctly for Google Search.
22
+
17
23
<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 " >
18
24
19
25
### [ speech.js] ( ./speech.js )
20
26
27
+ Make your browser talk.
28
+
21
29
[ ![ Speech demo is action] ( http://img.youtube.com/vi/v5ZXRgzR7Wc/0.jpg )] ( https://www.youtube.com/watch?v=v5ZXRgzR7Wc )
22
30
23
31
### [ pacman.js] ( ./pacman.js )
24
32
33
+ Play the Google Pac-Man Doodle.
34
+
25
35
[ ![ Playing Puppeteer Pacman] ( https://user-images.githubusercontent.com/238208/38574488-c45df5a0-3cad-11e8-90fe-001afc2d4625.png )] ( https://youtu.be/5CihR6Z9sX8 )
26
36
27
37
### [ element-to-pdf.js] ( ./element-to-pdf.js )
28
38
39
+ Turn a DOM element into a PDF.
40
+
29
41
<img width =" 500 " alt =" elemen-to-pdf output example " src =" https://user-images.githubusercontent.com/238208/38771535-bd7b6b44-3fd9-11e8-8b83-80f3131fcb80.png " >
30
42
31
43
### [ crawlsite.js] ( ./crawlsite.js )
@@ -34,7 +46,6 @@ Discover all the URLs on a site and visualize the subpages.
34
46
35
47
<img width =" 500 " alt =" Crawl a site/SPA " src =" https://user-images.githubusercontent.com/238208/38901761-5f387902-4252-11e8-9ce4-aab2661143f4.png " >
36
48
37
-
38
49
### License
39
50
40
51
[ Apache 2.0] ( ./LICENSE ) © 2018 Google Inc.
0 commit comments