pub fn string_width_with(input: &str, opts: Options) -> usize
Returns the visual column width of input using the given options.
input
Equivalent to stringWidth(input, options) from string-width@8.
stringWidth(input, options)