CrossCopy / tauri-plugin-clipboard

A Tauri clipboard plugin with text, files, html, RTF, and image support. Clipboard content update monitoring is also supported.
https://crosscopy.github.io/tauri-plugin-clipboard/
MIT License
122 stars 6 forks source link

Done #1

Closed HuakunShen closed 1 year ago

HuakunShen commented 1 year ago

read_text, write_text, read_image, write_image implemented

An example svelte app also added.