Socket
Book a DemoInstallSign in
Socket

adaptive-background

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

adaptive-background

Find the dominant colours in an image and set one as the background colour of a DOM element

latest
npmnpm
Version
0.1.0
Version published
Weekly downloads
7
75%
Maintainers
1
Weekly downloads
 
Created
Source

#Storm Adaptive Background

Find the dominant colours in an image and set one as the background colour of a DOM element

##Usage

npm install storm-adaptive-background
var StormAdaptiveBackground = require('storm-adaptive-background')
StormAdaptiveBackground.init('js-equal-height',  {minWidth: 768});

###Options - target, String, CSS selector denoting target elements to apply the background colour - normaliseTextColour, boolean, default: false, to normalise the color of the parent text if background color is too dark or too light - normalisedTextColours, Object, default: {dark: '#000', light: '#fff'} text colors used when background is either too dark/light - lumaClasses - callback, Function, called after colour background is set

###Credits A browserify object compsitional refactoring of [https://github.com/briangonzalez/jquery.adaptive-backgrounds.js (https://github.com/briangonzalez/jquery.adaptive-backgrounds.js)

FAQs

Package last updated on 24 Feb 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