Skip to main content
Deno 2 is finally here 🎉️
Learn more

Deno Console Colors

Usage

import colors from "https://deno.land/x/console_colors/mod.ts";
colors;
console.log("color red".red);

License

  • MIT License

TODO

  • log decorator
  • delete properties when building production (unmount code)