pub fn get_viewport_width() -> Option<f64>
Returns the current viewport width in pixels.
let _ = get_viewport_width();