Skip to content

Fork of psd.js with direct access to uint8array data from a PSD file

License

Notifications You must be signed in to change notification settings

MARTYR-X-LTD/psd.js

 
 

Repository files navigation

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.

About

Fork of psd.js with direct access to uint8array data from a PSD file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.4%
  • CoffeeScript 6.6%