Skip to content

Commit 6789e9d

Browse files
committed
add LICENSE
1 parent e60929c commit 6789e9d

File tree

2 files changed

+23
-8
lines changed

2 files changed

+23
-8
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License
2+
3+
Copyright (c) 2010-2012 Michael Deal <http://mudcu.be>.
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in
13+
all copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21+
THE SOFTWARE.

README

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
1-
License: MIT
2-
31
Color Picker: Classic
42
----------------------
5-
This color picker uses no external images, it’s made with <canvas> (5kb zipped).
6-
It’s been cleaned up greatly; and is more modularized than previous versions.
7-
Still requiring no external libraries.
8-
The older version (created in all DIV’s and backwards compatable with older versions of IE can be found here (19kb);
3+
The latest rendition of the Color Picker “Classic”, themed after Photoshop, GIMP, and other image editors—there are no frills here, it’s a basic Hue, Saturation, Value, and Alpha (HSVA) color selector.
94

105
Color Picker: HSL + RGBA
116
-------------------------
127
This color picker allows you to create colors with fine detail.
138
You can actually see the changes in <canvas> as you adjust the Hue, Saturation, Value along with the Red, Green, and Blue values.
14-
Much more interactive color picker :) Also, the entire package gzipped is only 12k!
159

1610
Color Picker: Sphere
1711
---------------------
18-
The main benefit of the Color Sphere over the traditional Color Picker is it’s size, it barely takes up any pixel space at all. Want more precision? You can resize it!
12+
The main benefit of the Color Sphere over the traditional Color Picker is it’s size, it barely takes up any pixel space at all. Need more precision? You can resize it!

0 commit comments

Comments
 (0)