Skip to content

Commit 3369c3d

Browse files
committed
Add copy
1 parent fb2748d commit 3369c3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sections/printing/desktop-capturer.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ <h1>
66
<svg class="section-icon"><use xlink:href="assets/img/icons.svg#icon-printing"></use></svg>
77
Desktop Capturer
88
</h1>
9-
<h3>The <code>desktopCapturer</code> module in Electron can be used to access any media, such as audio, video and screen, that is available through the <code>getUserMedia</code> web API in Chromium.</h3>
9+
<h3>The <code>desktopCapturer</code> module in Electron can be used to access any media, such as audio, video, screen and window, that is available through the <code>getUserMedia</code> web API in Chromium.</h3>
1010

1111
<p>Open the <a class="u-exlink" href="hhttp://electron.atom.io/docs/v0.37.5/api/desktop-capturer">full API documentation</a> in your browser.</p>
1212
</div>
@@ -22,8 +22,8 @@ <h3>The <code>desktopCapturer</code> module in Electron can be used to access an
2222
<button class="demo-button" id="screen-shot">View Demo</button>
2323
<span class="demo-response" id="screenshot-path"></span>
2424
</div>
25-
<p>To demonstrate the print to PDF functionality, the demo button above will save this page as a PDF and, if you have a PDF viewer, open the file.</p>
26-
<p>In a real-world application you're more likely to add this to application menu, but for the purposes of the demo we've set it to the demo button.</p>
25+
<p>This demo uses the <code>desktopCapturer</code> module to gather screens in use and select the entire screen and take a snapshot of what is visible.</p>
26+
<p>Clicking the demo button will take a screenshot of your current screen and open it in your default viewer.</p>
2727
<h5>Renderer Process</h5>
2828
<pre><code data-path="renderer-process/printing/desktop-capturer.js"></pre></code>
2929
</div>

0 commit comments

Comments
 (0)