Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prappo/aco-reader

Decodes Adobe Color Files (.aco) to color formats
https://github.com/prappo/aco-reader

Last synced: 3 days ago
JSON representation

Decodes Adobe Color Files (.aco) to color formats

Awesome Lists containing this project

README

        

# aco-reader
Decodes Adobe Color Files (.aco) to color formats

## Install

```sh
$ npm install aco-file-reader
```

## Usage

```js
import Aco from 'aco-file-reader'

Aco().colors(BinaryString)
```

**Output**
```js
 ["#eef0f5", "#bdc2ce", "#090f31", "#d5bbb9", "#3f445b", "#915e69"]
```