Skip to main content

πŸ–οΈ Crayon.js Chalk Aliases for πŸ¦• Deno


πŸ“š About

This module is extension for crayon which aims to make crayon fully compatible with chalk

Usage

import crayon, {...} from 'https://deno.land/x/crayon_chalk_aliases/mod.ts';  // import it instead of main crayon.js module
crayon.redBright.bgGray('This text has bright red text and gray (bright black) background!')

Wiki

To learn more about Crayon and its API look here

:handshake: Contributing

Feel free to add any commits, issues and pull requests

πŸ“ Licensing

This project is available under MIT License conditions.