crayon-js / chalk-aliases

πŸ‘ Extension package for crayon.js which aims to make its API fully compatible with chalk one

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED!
Crayon extensions have been moved to https://github.com/crayon-js/crayon/tree/main/src/extensions

πŸ–οΈ Crayon.js Chalk Aliases


πŸ“š About

This package is extension for crayon.js which aims to make crayon fully compatible with chalk

Installation

npm install @crayon.js/chalk-aliases #yarn add @crayon.js/chalk-aliases

Usage

import crayon from '@crayon.js/chalk-aliases'; // import it instead of crayon.js

crayon.redBright.bgGray('This text has bright red text and gray (bright black) background!')

// import crayon2 from 'crayon.js';
// crayon.redBright.bgGray('this would still work, however without autocompletion')

Wiki

To learn more about Crayon and its API look here

🀝 Contributing

Feel free to add any commits, issues and pull requests

πŸ“ Licensing

This project is available under MIT License conditions.

About

πŸ‘ Extension package for crayon.js which aims to make its API fully compatible with chalk one

License:MIT License


Languages

Language:TypeScript 100.0%