A detailed description of the feature you would like to see added.
It would be nice to move out terminal-related references from custom_styling feature to tty
Explain your usecase of the requested feature
I made a wasm wrapper for library to use it in JS application, but when I went to using ANSI coloring (Application shows logs from docker containers) I have a number of problems with sys::size(), sys::window_size() and other calls, that can't work with wasm target.
Alternatives
No response
Additional context
No response
A detailed description of the feature you would like to see added.
It would be nice to move out terminal-related references from custom_styling feature to tty
Explain your usecase of the requested feature
I made a wasm wrapper for library to use it in JS application, but when I went to using ANSI coloring (Application shows logs from docker containers) I have a number of problems with sys::size(), sys::window_size() and other calls, that can't work with wasm target.
Alternatives
No response
Additional context
No response