//! Clipboard image bridge helpers.
//!//! These helpers support SSH sessions by converting a local clipboard image
//! into a text data URL that can be pasted through a terminal.
modcapture;moddata_url;#[cfg(test)]modtests;pubusecapture::{capture_image, copy_text};pubusedata_url::attachment_from_data_url;