Attributes
Includes Deno configuration
Repository
Current version released
3 years ago
๐๏ธ Crayon.js
๐ About
Crayon is terminal styling module written in Typescript.
From the ground up its goals is to be fast, relatively lightweight and modular.
๐๏ธ Crayon.js offers:
- โก High performance
- ๐ฆ No dependencies
- ๐งโ๐ป Good code quality
- ๐๏ธ Modularity (no unnecessary code)
- ๐ง Familiar API (chalk-like)
- ๐ฆ Automatic color fallbacking
- ๐จ Automatic color detection via
color_support
extension
- ๐จ Automatic color detection via
- ๐ Supported nesting & chaining
- ๐ชข Not extending
String.prototype
- ๐ 24bit (16.7m -ย truecolor) and 8bit (256 - highcolor) color support
๐ค 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.