2.0.0 • Published 2 years ago

azucen v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

1.0.4

2 years ago

2.0.0

2 years ago

1.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago