Skip to content

hubingliang/colorfulImg

Repository files navigation

ColorfulImg

Colorfulimg是一个能够通过canvas获取图片主题色的js工具库。

起步

安装colorfulimg

npm i colorfulimg 

在你的项目中引入colorfulimg

let colorfulimg = require('colorfulimg') 
let myImg = document.getElementById('myImg')
let rgb = colorfulImg(myImg);

取色网站ColorfulImg

ColorfulImg