Converts jpg & png images to paa & pac proprietary image format as described by the public PPA file format specs.
npm i img2pac
> img2pac <source-file> <destination-file>const toPAC = require('img2pac');
return toPAC(source, destination); //returns a Promsie