1.5.2 • Published 8 years ago

rgb2adobeswatch v1.5.2

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

rgb2adobeswatch

Converts an array of RGB values to Adobe swatch format.

Install

npm install rgb2adobeswatch

How to use

The module accepts an object with a title property and a data property...

var rgbObj = {
  title: 'myObject',
  data: [[12, 45, 34], [134, 121, 34]...]
}

...and a callback.

rgb2AdobeSwatch(rgbObj, writeFile);

ES2015 to ES5 conversion

npm run es5.

Files will be placed in the lib folder.

Run the example

npm run example.

The .ase file will appear in the example folder.

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago

1.4.0

8 years ago

1.3.2

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago