Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 444 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 444 Bytes

photoshop file formats

Public documentation is availabale at: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/

Readers for these formats are part of this package:

  • brush (.abr)
  • swatch (.ase)
  • layer style (.asl)
  • shape (.csh)
  • gradient (.grd)
  • pattern (.pat)
  • contour (.shc)
  • document (.psd)

Install dependencies

npm install

Build the project

npm run build

Run tests

npm test