# piccolore

A temporary fork of [picocolors](https://github.com/alexeyraspopov/picocolors).

- ESM only
- 2 KB, total install size <4 KB
- Works in non-Node runtimes

## Usage

```js
import pc from 'piccolore';

console.log(pc.blue(`I’m ${pc.bold('really')} excited!`));
```
