Module export

Module export 

Source
Expand description

Export functionality for static images and interactive formats

Supports PNG, SVG, PDF, HTML, and other output formats.

Re-exports§

pub use image::*;
pub use vector::*;
pub use web::*;

Modules§

image
Image export (PNG, JPEG, etc.)
vector
High-quality vector graphics export (SVG, PDF, etc.)
web
Interactive web export (HTML widgets, WebAssembly)