New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-grade

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-grade

get two dominant colours in supplied images file

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

##node-grade serve端的模块可以预处理图片背景,代替图片未加载之前的空白背景

##demo node-grade

##install npm install node-grade

##user

var Grade = require('./src/node-grade');
var grade = new Grade({
     img : './res/inside-out.jpg'
 });
/*
[ { rgba: [ '107', '60', '154', '255' ],
    occurs: 63,
    brightness: 84.769 },
  { rgba: [ '59', '1', '152', '255' ],
    occurs: 98,
    brightness: 35.556 } ]
*/

##dev

git clone https://github.com/jayZOU/node-grade.git
npm install
node index.js

FAQs

Package last updated on 06 Sep 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts