v1.0.7
Copy/paste functionality for Deno. Compatible with macOS, Windows and Linux.
Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
Dependencies
std
deno_copy_paste
Clipboard API-like functionality.
import { copy, paste } from "https://deno.land/x/copy_paste/mod.ts";
await copy("Is you is or is you ain't?"); // Copies text to the system clipboard
await paste(); // Returns text from the system clipboard
Documentation
Check it out here.