@crayon.js/chalk-aliases

Chalk aliases for crayon.js

Usage no npm install needed!

<script type="module">
  import crayonJsChalkAliases from 'https://cdn.skypack.dev/@crayon.js/chalk-aliases';
</script>

README

🖍️ Crayon.js Chalk Aliases


:books: 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')

:handshake: Contributing

Feel free to add any commits, issues and pull requests

:memo: Licensing

This project is available under MIT License conditions.