Nope, its currently just using the ANSI escape \x1b[ and other hardcoded strings – which I based off the termenv Go project – this probably makes it a lot less portable/comprehensive but the implementation is trivial atm.
Note that Microsoft now recommends using VT sequences over the “classic” Windows console API. Almost any library using VT sequences can be made to work on Windows with a couple of calls to GetConsoleMode/SetConsoleMode and the ENABLE_VIRTUAL_TERMINAL_PROCESSING/ENABLE_VIRTUAL_TERMINAL_INPUT flags.