🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

palx

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

palx - npm Package Compare versions

Comparing version

to
1.0.1

.npmignore

6

package.json
{
"name": "palx",
"version": "1.0.0",
"version": "1.0.1",
"description": "Automatic UI Color Palette Generator",
"main": "dist/index.js",
"scripts": {
"prepublish": "babel src --out-dir dist",
"start": "micro -p 3000 server/index.js",

@@ -20,2 +21,5 @@ "dev": "nodemon --exec 'npm start'",

"axs": "^1.0.0-b3",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.18.0",
"nodemon": "^1.11.0",

@@ -22,0 +26,0 @@ "objss": "^1.0.0-1",

@@ -24,2 +24,21 @@

## About
Inspired by [Open Color](https://yeun.github.io/open-color/),
Palx takes a single input color,
then spreads the hue across the color spectrum in 12 steps,
and spreads each hue across 10 luminance steps.
Palx also desaturates the main color to create shades of gray and a black that are based off the original color.
### Related
- [Hello Color](http://jxnblk.com/hello-color)
- [Colorable](http://jxnblk.com/colorable)
- [Monochrome](https://monochrome.jxnblk.com)
- [Grays](http://jxnblk.com/grays)
- [Shade](http://jxnblk.com/shade)
- [Spectral](http://jxnblk.com/Spectral)
- [Open Color](https://yeun.github.io/open-color)
MIT License
server/card.js

Sorry, the diff of this file is not supported yet