Skip to content

Commit 690117e

Browse files
committed
Implementation
1 parent 68f0e5f commit 690117e

6 files changed

+3851
-0
lines changed

.jshintrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"esversion": 9,
3+
"loopfunc": true
4+
}

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# html-color-picker
22
HTML Color Picker
3+
4+
A small website to convert between color coordinates
5+
* HEX
6+
* RGB (0-255)
7+
* RGB (0-1)
8+
9+
Relies on color-convert
10+
11+
## Setup
12+
* `git clone`
13+
* `npm ci`
14+
* `npx webpack`
15+
16+
17+
## TODO
18+
* Add an actual color picker

0 commit comments

Comments
 (0)