Mac file sizes are super large due to retina display.
@alexpelan wrote an implementation of scaleFactor for the Swift binary here:
wulkano/Aperture#73
These options will need to make it into index.ts on merge:
https://github.com/wulkano/aperture-node/blob/main/index.js#L42
I'm not familiar with Swift, so I'm having trouble building the binary. Tonight I was able to produce x86_64-apple-macosx/release/Aperture though this doesn't fit the script found in package.json so I'm hesitant to move forward here.
Happy to add the Javascript options if someone can provide the binary.
Mac file sizes are super large due to retina display.
@alexpelan wrote an implementation of
scaleFactorfor the Swift binary here:wulkano/Aperture#73
These options will need to make it into
index.tson merge:https://github.com/wulkano/aperture-node/blob/main/index.js#L42
I'm not familiar with Swift, so I'm having trouble building the binary. Tonight I was able to produce
x86_64-apple-macosx/release/Aperturethough this doesn't fit the script found inpackage.jsonso I'm hesitant to move forward here.Happy to add the Javascript options if someone can provide the binary.