@agadev/colors
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@agadev/colors

A simple package to add colors to your terminal

Imports

Deno

import * as colors from 'https://agacdn.onrender.com/agadev:colors';

CommonJS

const colors = require('@agadev/colors');

ECMAScript

import * as colors from '@agadev/ajson';

Example

const str = 'Hello World';
const colorizeStr = colors.colorize(str, colors.FOREGROUND.RED)

/@agadev/colors/

    Package Sidebar

    Install

    npm i @agadev/colors

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    10.6 kB

    Total Files

    11

    Last publish

    Collaborators

    • agacraft