DEPRECATED!
Crayon extensions have been moved to https://github.com/crayon-js/crayon/tree/main/src/extensions
This package is extension for crayon.js
npm install @crayon.js/keywords #yarn add @crayon.js/keywords
import crayon from '@crayon.js/keywords'; // import it instead of crayon.js
crayon.bgKhaki.orange('This text has khaki background and orange text')
// import crayon2 from 'crayon.js';
// crayon2.bgKhaki.orange('this would still work, however without autocompletion')
To learn more about Crayon and its API look here