Skip to content
On this page

clipboardWrite ​

Write text to clipboard.

Usage ​

ts
import { clipboardWrite } from '@use-kit/functions'

await clipboardWrite('akashi')
import { clipboardWrite } from '@use-kit/functions'

await clipboardWrite('akashi')

Released under the MIT License.