diff options
Diffstat (limited to 'notes-to-reviewers.txt')
-rw-r--r-- | notes-to-reviewers.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/notes-to-reviewers.txt b/notes-to-reviewers.txt new file mode 100644 index 0000000..5b0b0c6 --- /dev/null +++ b/notes-to-reviewers.txt @@ -0,0 +1,8 @@ +# 3rd-Party Libraries + +## jscolor Color Picker +A very nice color picker, much better than HTML's native input type="color". No jQuery dependency. + +Source: http://jscolor.com/release/latest.zip (Unfortunately, there is no specific URL for 2.0.5, the version I am using) +Docs: http://jscolor.com/ +Renamed to jscolor-2.0.5.js |