Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/DanElliottPalmer/gimp-palette-parser

Parses .gpl files
https://github.com/DanElliottPalmer/gimp-palette-parser

gimp gpl palette

Last synced: 4 months ago
JSON representation

Parses .gpl files

Awesome Lists containing this project

README

        

# gimp palette parser

> Parses .gpl files

## Install

```
$ npm install --save gimp-palette-parser
```

## Usage

```js
const parser = require('gimp-palette-parser');

parser.parseFile('butts.gpl', (data) => {
console.log('loaded');
});
```