Skip to content

Commit 14c5f2d

Browse files
committed
doc: update description.
1 parent 1da6849 commit 14c5f2d

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
@@ -4,7 +4,7 @@
44
[![Coverage Badge](https://uiwjs.github.io/css-filter/badges.svg)](https://uiwjs.github.io/css-filter/lcov-report/)
55
[![Open in Gitpod](https://shields.io/badge/Open%20in-Gitpod-green?logo=Gitpod)](https://gitpod.io/#https://github.com/uiwjs/css-filter)
66

7-
The easiest way to create this effect is... to choose a good image and add some [`filter: blur()`](https://developer.mozilla.org/zh-CN/docs/Web/CSS/filter-function/blur).
7+
A [filter](https://developer.mozilla.org/en-US/docs/Web/CSS/filter) CSS generator that helps you quickly generate filter CSS declarations for your website. It comes with many options and it demonstrates instantly.
88

99
https://uiwjs.github.io/css-filter
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "css-filter",
33
"homepage": "https://uiwjs.github.io/css-filter",
44
"version": "1.0.0",
5-
"description": "The easiest way to create this effect is... to choose a good image and add some filter: blur().",
5+
"description": "A filter CSS generator that helps you quickly generate filter CSS declarations for your website. It comes with many options and it demonstrates instantly.",
66
"private": true,
77
"scripts": {
88
"prepare": "husky install",

0 commit comments

Comments
 (0)