1 2 3 4 5 6 7 8
pub mod capture; pub mod screencopy; pub use capture::{ CaptureCrop, crop_image, default_output_path, default_output_path_in, save_cropped_png, temp_output_path, }; pub use screencopy::{capture_crop_to_png, capture_desktop_to_temp_file};