psd.js is an open-source JavaScript library (CoffeeScript/JS) for reading and parsing Adobe Photoshop PSD files in both Node.js and web browsers. It reconstructs the document into a DOM-like tree with layers, masks, text metadata, vector information, and pixel data. It enables developers to traverse layer structures, extract flattened or individual image buffers, and integrate PSD assets programmatically in web or backend applications.
Features
- Parses PSD structure: layers, groups, visibility, opacity
- Extracts font data: text content, font name, size, color
- Handles color mode, bit-depth, vector mask, layer comps
- Provides flattened image output via PNG
- Supports use in browser and in Node.js environments
- Fully MIT licensed and maintained via npm
Categories
Parser GeneratorsLicense
MIT LicenseFollow PSD.js
You Might Also Like
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of PSD.js!