# adobe-swatch-exchange

> Encode/decode color palettes in Adobe's .ase format

Latest version **0.0.0** (published 2014-04-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install adobe-swatch-exchange
pnpm add adobe-swatch-exchange
yarn add adobe-swatch-exchange
bun add adobe-swatch-exchange
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.0 |
| Published | 2014-04-27 |
| First published | 2014-04-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 43 |
| Author | Hugh Kennedy |
| Maintainers | hughsk |

## Links

- npm: https://www.npmjs.com/package/adobe-swatch-exchange
- Repository: https://github.com/hughsk/adobe-swatch-exchange
- Homepage: http://hughsk.github.io/adobe-swatch-exchange
- Issues: https://github.com/hughsk/adobe-swatch-exchange/issues
- npm.io page: https://npm.io/package/adobe-swatch-exchange

## Recent versions

- 0.0.0 (latest) — 2014-04-27

## README

# adobe-swatch-exchange [![experimental](http://hughsk.github.io/stability-badges/dist/experimental.svg)](http://github.com/hughsk/stability-badges) #

Encode/decode color palettes in Adobe's `.ase` format.

## Usage ##

[![adobe-swatch-exchange](https://nodei.co/npm/adobe-swatch-exchange.png?mini=true)](https://nodei.co/npm/adobe-swatch-exchange)

### ase.decode(buffer) ###

Returns a JSON object representing the contents of the `.ase` file, for example:

``` json
{
  "version": "1.0",
  "groups": [],
  "colors": [{
    "name": "RGB Red",
    "model": "RGB",
    "color": [1, 0, 0],
    "type": "global"
  }, {
    "name": "RGB Yellow",
    "model": "RGB",
    "color": [1, 1, 0],
    "type": "global"
  }]
}
```

## License ##

MIT. See [LICENSE.md](http://github.com/hughsk/adobe-swatch-exchange/blob/master/LICENSE.md) for details.

---
_Source: https://npm.io/package/adobe-swatch-exchange · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
