mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Line wrap at 80-col
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
# clipboard
|
||||
|
||||
The `clipboard` object provides methods to perform copy and paste operations. The following example shows how to write a string to the clipboard:
|
||||
The `clipboard` object provides methods to perform copy and paste operations.
|
||||
The following example shows how to write a string to the clipboard:
|
||||
|
||||
```javascript
|
||||
var clipboard = require('clipboard');
|
||||
|
||||
Reference in New Issue
Block a user