You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# `tinyclip`## Functions### `readText````jsfunctionreadText(): Promise<string>
```
Reads text from the clipboard.
### `writeText` function
```js
function writeText(text: string): Promise<void>
```
Writes text to the clipboard.
Additional information
Would you be willing to help implement this feature?
Describe the feature
A button to Copy Docs as Markdown
On docs page, like https://main.npmx.dev/package-docs/tinyclip/v/0.1.15 for example, to copy text like
Example copied text
Additional information
Final checks