mirror of
https://github.com/PitPik/tinyColorPicker
synced 2025-07-18 23:44:29 -06:00
Update README.md
This commit is contained in:
parent
5aa5a484af
commit
83167a761d
@ -2,7 +2,7 @@
|
||||
# tinyColorPicker and colors
|
||||
|
||||
Looking for mobile first, tiny foot print, fast, scaleable, flexible and pluggable...<br>
|
||||
This 4.4KB small HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/), supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins.
|
||||
This 4.5KB small HSB color picker is based on a subset of [colors.js](https://github.com/PitPik/colorPicker/blob/master/colors.js) from it's big brother [colorPicker](https://github.com/PitPik/colorPicker/), supports all modern features like touch and MS pointer, GPU accelerated rendering, battery friendly requestAnimationFrame and provides a lot of hooks for developers to write plugins.
|
||||
|
||||
##Demo
|
||||
See **demo** at [dematte.at/tinyColorPicker](http://dematte.at/tinyColorPicker)
|
||||
@ -70,6 +70,7 @@ myColorPicker: {
|
||||
},
|
||||
__proto__: { // all methods ColorPicker uses
|
||||
render: function() {},
|
||||
toggle: function() {}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user