https://github.com/nmsn/color-utils-site
@nmsn/color-utils display site to opera color.
https://github.com/nmsn/color-utils-site
color-mix color-picker color-transfer complementary-color hex hsl hsla rgb rgba
Last synced: 4 days ago
JSON representation
@nmsn/color-utils display site to opera color.
- Host: GitHub
- URL: https://github.com/nmsn/color-utils-site
- Owner: nmsn
- License: mit
- Created: 2022-08-19T01:12:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T15:38:00.000Z (over 1 year ago)
- Last Synced: 2024-04-05T16:44:21.987Z (over 1 year ago)
- Topics: color-mix, color-picker, color-transfer, complementary-color, hex, hsl, hsla, rgb, rgba
- Language: TypeScript
- Homepage: https://color-utils-site.vercel.app
- Size: 207 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# color-utils-site


Provide visual online processing of color contrast, color fusion, complementary color calculation and other functions.
Online address:[https://color-utils-site.vercel.app/](https://color-utils-site.vercel.app/)
`color-utils` package address :[https://github.com/nmsn/color-utils](https://github.com/nmsn/color-utils)
## Features
Get colors with `color-picker`,intuitive display of `@nmsn/color-utils` operation color conversion and other functions,and real-time access to color codes in various color formats.
## Finished
- [x] Color comparison.
- [x] Color mix.
- [x] Complementary colors
- [x] Color brightness## Todo
- [ ] Optimize color cards to provide multiple color displays and the ability to copy text directly.
- [ ] Optimize the interface UI and provide more prompt text.
- [ ] Ongoing support for the online presentation of new features added to `color-utils`.## Contributing
- [nmsn](https://github.com/nmsn)
## License
[MIT License](https://github.com/nmsn/color-utils-site/blob/main/LICENSE)