SkillAgentSearch skills...

Act.js

Create Adobe Color Table (.act) files using Uint8Array, Blob API and FileReader API.

Install / Use

/learn @zenozeng/Act.js
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

act.js

Create Adobe Color Table (.act) files using Uint8Array, Blob API and FileReader API.

Usage

Browser

A UMD version can be found at dist/.

Browserify

npm install act-js --save
var generate = require('act-js');
var colors = [[255, 0, 0], [0, 255, 0], [0, 0, 255]];
generate(colors, function(err, dataURL) {
    console.log(dataURL);
});

FAQ

Use .act in GIMP?

In Palettes, select a palette and right click it, choose import palette.

Ref

View on GitHub
GitHub Stars11
CategoryDevelopment
Updated1y ago
Forks1

Languages

JavaScript

Security Score

75/100

Audited on Feb 20, 2025

No findings