An open API service indexing awesome lists of open source software.

https://github.com/crayon-js/keywords

🔑👄 Extension package for crayon.js which adds support for CSS Keywords
https://github.com/crayon-js/keywords

cmd color console css-keywords deno extension javascript js keyword package rgb styling terminal ts typescript

Last synced: 3 months ago
JSON representation

🔑👄 Extension package for crayon.js which adds support for CSS Keywords

Awesome Lists containing this project

README

          

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

🖍️ Crayon.js CSS Keywords



## :books: About
##### This package is extension for [crayon.js](https://github.com/crayon-js/crayon)

### Installation
```bash
npm install @crayon.js/keywords #yarn add @crayon.js/keywords
```

## Usage
```ts
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')
```

### Wiki
To learn more about Crayon and its API look [here](https://github.com/crayon-js/crayon/wiki)

## :handshake: Contributing
#### Feel free to add any commits, issues and pull requests

## :memo: Licensing
#### This project is available under MIT License conditions.