1.0.0 • Published 3 years ago

acb-util v1.0.0

Weekly downloads
-
License
WTFPL
Repository
github
Last release
3 years ago

acb-util

usage

const fs = require("fs");
const acb_util = require("acb-util");

var data = acb_util.open(fs.readFileSync("./file.acb"));

command line:

acb-util file.acb

output example

{
  "version": 1,
  "uid": "0bb8",
  "title": "$$$/colorbook/ANPA/title=ANPA Color",
  "prefix": "$$$/colorbook/ANPA/prefix=ANPA ",
  "postfix": "$$$/colorbook/ANPA/postfix= AdPro",
  "desc": "$$$/colorbook/ANPA/description=",
  "color_count": 300,
  "page_size": 6,
  "sel_offset": 5,
  "color_space": "lab",
  "colors": [
    {
      "name": "71-1",
      "short": " 71-1D",
      "lab": [ ... ]
    },
    ...
  ],
  "spflspot_proc": "spflspot"
}
1.0.0

3 years ago