Skip to main content
Module

x/copy_paste/mod.ts

Copy/paste functionality for Deno. Compatible with macOS, Windows and Linux.
Latest
import * as copyPaste from "https://deno.land/x/copy_paste@v1.1.3/mod.ts";

Functions

Reads/pastes raw data from the system clipboard.

Reads/pastes text from the system clipboard.

Writes/copies raw data to the system clipboard.

Writes/copies text to the system clipboard.