We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3393b6 commit 0de4a03Copy full SHA for 0de4a03
README.md
@@ -55,8 +55,8 @@ Subscribe to the `ab-color-found` event like so:
55
56
```javascript
57
$('img.my-image').on('ab-color-found', function(payload){
58
- console.log(payload.color); // The dominant color.
59
- console.log(palette); // The palette in the image.
+ console.log(payload.color); // The dominant color in the image.
+ console.log(payload.palette); // The color palette found in the image.
60
});
61
```
62
0 commit comments