Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
/ img2pac Public archive

jpg & png to paa / pac image conversion

License

Notifications You must be signed in to change notification settings

BohemiaInteractive/img2pac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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