@crayon.js/keywords
TypeScript icon, indicating that this package has built-in type declarations

3.3.3 • Public • Published

🖍️ Crayon Css Keywords 🔑👄

size of css_keywords.ts

📚 About

Css keywords is an extension for Crayon that adds ability to style using css color names.

⚙️ Usage

  • On deno:
// Remember to replace "version" with semver version
import { crayon } from "https://deno.land/x/crayon@version/src/extensions/css_keywords.ts";

console.log(crayon.beige("its beige!"));
  • On node:
import { crayon } from "@crayon.js/keywords";

console.log(crayon.beige("its beige!"));

🤝 Contributing

Crayon is open for any contributions.
If you feel like you can enhance this project - please open an issue and/or pull request.
Code should be well document and easy to follow what's going on.

Since the start of development on Crayon 3.0 this project follows conventional commits spec.
If your pull request's code could introduce understandability trouble, please add comments to it.

📝 Licensing

This project is available under MIT License conditions.

Dependencies (1)

Dev Dependencies (3)

Package Sidebar

Install

npm i @crayon.js/keywords

Weekly Downloads

0

Version

3.3.3

License

MIT

Unpacked Size

13.4 kB

Total Files

6

Last publish

Collaborators

  • im-beast