Update README.md

pull/16/head
Peter Dematté 10 years ago
parent 17987b339c
commit cf4a1f41cb

@ -15,6 +15,7 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn
klass: window.ColorPicker,
input: elm,
patch: elm,
init: function(elm){}, // initialization callback (before colorPicker gets initialized though)
// animationSpeed: 200, will be supported soon
// draggable: true,
multipleInstances: false
@ -25,4 +26,4 @@ See **demo** at [dematte.at/cpn/javaScript_implementation](http://dematte.at/cpn
renderCallback: renderCallback
// and all other options from color and colorPicker
});
```
```

Loading…
Cancel
Save