import { ansiToHtml } from "https://deno.land/x/pup@1.0.0-rc.0/plugins/web-interface/static/js/helpers.js";
Converts ANSI color codes in text to corresponding HTML. Wraps colored sections of text in tags with appropriate styles. Replaces line breaks with for HTML display.