0.1.0 • Published 8 years ago

cubicColorPicker v0.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

CubicColorPicker

Installation

npm install cubicColorPicker

Demo

click here to see the demo

Dependencies

<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/gsap/src/minified/TimelineMax.min.js"></script>
<script src="node_modules/gsap/src/minified/TweenMax.min.js"></script>
<script src="node_modules/gsap/src/minified/utils/Draggable.min.js"></script>

<link rel="stylesheet" href="dist/css/cubicColorPicker.css">
<script src="dist/js/cubicColorPicker.min.js"></script>
```

Usage
-----
```javascript
var picker = new CubicColorPicker(element);

$(picker).on('colorHasChanged', function(){
  picker.copyColor(); // copy the color into the clipboard
});
```

![preview](http://puu.sh/q44zS/5e0e96c2e0.png)