tinyrainbow
A small library to print colourful messages.
Last updated a month ago by oreanno .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install tinyrainbow 
SYNC missed versions from official npm registry.

tinyrainbow

Output your colorful messages in the terminal or browser console that support ANSI colors (Chrome engines).

A small (~ 6 kB unpacked) fork of picocolors with support for exports field.

Supports only ESM.

Installing

# with npm
$ npm install -D tinyrainbow

# with pnpm
$ pnpm add -D tinyrainbow

# with yarn
$ yarn add -D tinyrainbow

Usage

import c from 'tinyrainbow'

console.log(c.red(c.bold('Hello World!')))

Current Tags

  • 3.1.0                                ...           latest (a month ago)

11 Versions

  • 3.1.0                                ...           a month ago
  • 3.0.3                                ...           7 months ago
  • 3.0.2                                ...           7 months ago
  • 3.0.1                                ...           7 months ago
  • 3.0.0                                ...           7 months ago
  • 2.0.0                                ...           a year ago
  • 1.2.0                                ...           2 years ago
  • 1.1.2                                ...           2 years ago
  • 1.1.1                                ...           3 years ago
  • 1.1.0                                ...           3 years ago
  • 1.0.0                                ...           3 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (0)
None

Copyright 2013 - present © cnpmjs.org | Home |