1.0.1 • Published 7 years ago

aco-reader v1.0.1

Weekly downloads
6
License
MIT
Repository
github
Last release
7 years ago

aco-reader

Transform .aco files to JSON format.

Install

$ npm install -S aco-reader

Usage

const acoReader = require('aco-reader')
acoReader.toJSON('./my-palette.aco', function(err, palette) {
  console.log(palette)
})

Output

[
 {
   name: 'A cool color',
   hex: '#ff0066'
 },
 {
   name: 'Another cool color',
   hex: '#ffbb00'
 }
]
1.0.1

7 years ago

1.0.0

7 years ago