tauri-plugin-thermal-printer 1.3.2

Plugin for Tauri to send esc/pos commands to thermal_printer
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub mod image_code;
pub mod image_alignment;
pub mod image_mode;
pub mod image_processor;
pub mod logo;

pub use image_code::Image;
pub use image_alignment::ImageAlignment;
pub use image_mode::ImageMode;
// pub use image_processor::ImageProcessor;
// Logo is accessed directly via the logo module