@crayon.js/keywords

CSS Keywords extension for crayon.js

Usage no npm install needed!

<script type="module">
  import crayonJsKeywords from 'https://cdn.skypack.dev/@crayon.js/keywords';
</script>

README

🖍️ Crayon.js CSS Keywords


:books: About

This package is extension for crayon.js

Installation

npm install @crayon.js/keywords #yarn add @crayon.js/keywords

Usage

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

:handshake: Contributing

Feel free to add any commits, issues and pull requests

:memo: Licensing

This project is available under MIT License conditions.