Skip to content

Commit 7e2a374

Browse files
author
dengwen
committed
feat: release 1.2.5
1 parent 15a3a95 commit 7e2a374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# image-color-utils
22

33
## DESC
4-
基于欧式距离公式及图片色值量化算法提供`取色``提取图片颜色及百分比``色值相似度对比``色彩边界值计算`等能力。
4+
提供`取色``色值相似度对比``色彩边界值计算`等能力。
55

66
### [demo](http://175.24.232.69:8080/ImageColorUtils/index.html)
77
### [codesandbox](https://codesandbox.io/s/image-color-utils-ghrvb)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "image-color-utils",
3-
"version": "1.2.4",
3+
"version": "1.2.5",
44
"description": "Operate image pixels, such as pickup color, color contrast, etc",
55
"main": "./build/index.js",
66
"module": "./build/index.es.js",

0 commit comments

Comments
 (0)