Skip to content

Commit 32b07c0

Browse files
committed
Update 1.0.3
1 parent e65a7a9 commit 32b07c0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Advanced ColorUtils Library
22

3-
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/aminekun90/color-utils/graphs/commit-activity) [![version number](https://img.shields.io/npm/v/mdns-listener-advanced?color=green&label=version)](https://github.com/aminekun90/color-utils/releases) [![Actions Status](https://github.com/aminekun90/color-utils/workflows/Test/badge.svg)](https://github.com/aminekun90/color-utils/actions) [![License](https://img.shields.io/github/license/aminekun90/color-utils)](https://github.com/aminekun90/color-utils/blob/master/LICENSE)
4-
![node-current](https://img.shields.io/node/v/mdns-listener-advanced)
5-
[![Socket Badge](https://socket.dev/api/badge/npm/package/mdns-listener-advanced)](https://socket.dev/npm/package/mdns-listener-advanced)
3+
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/aminekun90/advanced-color-utils/graphs/commit-activity) [![version number](https://img.shields.io/npm/v/advanced-color-utils?color=green&label=version)](https://github.com/aminekun90/advanced-color-utils/releases) [![Actions Status](https://github.com/aminekun90/advanced-color-utils/workflows/Test/badge.svg)](https://github.com/aminekun90/advanced-color-utils/actions) [![License](https://img.shields.io/github/license/aminekun90/color-utils)](https://github.com/aminekun90/advanced-color-utils/blob/master/LICENSE)
4+
![node-current](https://img.shields.io/node/v/advanced-color-utils)
5+
[![Socket Badge](https://socket.dev/api/badge/npm/package/advanced-color-utils)](https://socket.dev/npm/package/advanced-color-utils)
66

77
A TypeScript library for working with colors, providing functionality to find distinct colors from a list based on a similarity threshold.
88

@@ -27,7 +27,7 @@ Unleash the full potential of color manipulation with the ColorUtils library! De
2727
Install the library using npm:
2828

2929
```sh
30-
npm install color-utils
30+
npm install advanced-color-utils
3131
```
3232
## Usage
3333
### Importing the Library

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aminekun90/advanced-color-utils",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Unleash the full potential of color manipulation with the ColorUtils library! Designed for developers who need precise control over color processing",
55
"main": "dist/ColorUtils.js",
66
"types": "dist/ColorUtils.d.ts",

0 commit comments

Comments
 (0)