Skip to content

Commit

Permalink
Update 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aminekun90 committed Jul 25, 2024
1 parent e65a7a9 commit 32b07c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Advanced ColorUtils Library

[![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)
![node-current](https://img.shields.io/node/v/mdns-listener-advanced)
[![Socket Badge](https://socket.dev/api/badge/npm/package/mdns-listener-advanced)](https://socket.dev/npm/package/mdns-listener-advanced)
[![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)
![node-current](https://img.shields.io/node/v/advanced-color-utils)
[![Socket Badge](https://socket.dev/api/badge/npm/package/advanced-color-utils)](https://socket.dev/npm/package/advanced-color-utils)

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

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

```sh
npm install color-utils
npm install advanced-color-utils
```
## Usage
### Importing the Library
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aminekun90/advanced-color-utils",
"version": "1.0.2",
"version": "1.0.3",
"description": "Unleash the full potential of color manipulation with the ColorUtils library! Designed for developers who need precise control over color processing",
"main": "dist/ColorUtils.js",
"types": "dist/ColorUtils.d.ts",
Expand Down

0 comments on commit 32b07c0

Please sign in to comment.