Deno has native support for ANSI color output in console.:
https://deno.land/std@0.156.0/fmt/colors.ts
---
import { red } from "https://deno.land/std@0.156.0/fmt/colors.ts";
console.log(red("Hello world!"));
---
Sorry, but `ansis` not work under Deno.