文件名称:splashy:给定图像,提取主要颜色和调色板颜色
文件大小:31KB
文件格式:ZIP
更新时间:2024-06-01 17:58:43
api color palette microservice color-scheme
给定图像,提取主要颜色和调色板颜色。 安装 $ npm install splashy --save 用法 来自URL ( async ( ) => { const splashy = require ( 'splashy' ) const got = require ( 'got' ) const url = 'https://kikobeats.com/images/avatar.jpg' const { body } = await got ( url , { encoding : null } ) const palette = await splashy ( body ) console . log ( palette ) // => [ '#941c1c', '#841c16', '#aa695e', '#ca866c', '#6c5444', '
【文件预览】:
splashy-master
----.gitignore(423B)
----README.md(3KB)
----CHANGELOG.md(4KB)
----.github()
--------dependabot.yml(257B)
----test()
--------mocha.opts(80B)
--------fixtures()
--------snapshots()
--------index.js(849B)
----LICENSE(1KB)
----.gitattributes(12B)
----package.json(2KB)
----index.js(581B)
----.bumpedrc(644B)
----.npmignore(120B)
----.travis.yml(83B)
----.editorconfig(365B)
----.npmrc(17B)