img2pac

0.1.0 • Public • Published

Build Status

Converts jpg & png images to paa & pac proprietary image format as described by the public PPA file format specs.

npm i img2pac

CLI interface

> img2pac <source-file> <destination-file>

Module interface

 
const toPAC = require('img2pac');
 
return toPAC(source, destination); //returns a Promsie

Readme

Keywords

Package Sidebar

Install

npm i img2pac

Weekly Downloads

1

Version

0.1.0

License

GPL-3.0

Last publish

Collaborators

  • bistudio