2.0.0 • Published 2 years ago
azucen v2.0.0
Azucen
Add custom colors and strings features to your project.
Installation
Install the package with npm:
npm install azucen
Usage
You can use it by implementing the package to your JavaScript or TypeScript project:
import { azucen } from 'azucen';
azucen('Hello World').red.bggreen.log();
It needs to be ended with log so it can be printed on the console, otherwise, you woudn't be able to do so.