Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 561 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 561 Bytes

PSD.js + uint8 return

A simple fork of psd.js that incorporates a simple return of a uint8array of a full rasterized image of the document, as long as it was saved in Compatibility Mode in Photoshop.

Useful to manipulate data faster, allowing to use PSD files as textures for libraries like three.js or save it in a variety of formats (and even faster) using sharp.

yarn build-node and then ./fix-node-build.sh to generate a Node.js compatible module.