# webtoon/psd

Fast zero-dependency PSD parser for the web and Node.js

Repository: https://github.com/webtoon/psd
Canonical: https://ross.abutalabs.com/products/psd
Homepage: https://webtoon.github.io/psd
Language: TypeScript
License: MIT
License Family: permissive
Topics: psd, psb, typescript, javascript, photoshop, psd-parser, psb-parser, web, parser
Last push: 2024-02-05T12:57:30+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 1708, "days_push": 940, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1345, forks 64 (observed 2026-08-28T04:04:27.242127+00:00)

## What it is
A fast, zero-dependency TypeScript parser for Adobe Photoshop PSD/PSB files that runs in web browsers and Node.js. It extracts layer information, pixel data, text layers, guides, and slices, using WebAssembly to accelerate image decoding.

## Use cases
- parse psd files in the browser
- extract layers from a photoshop file in node.js
- render psd composite image to canvas
- read text layer content from psd files
- support large psb files in a web app
- preview photoshop documents without photoshop
- get layer names and offsets from psd

## When to choose
- you need a lightweight (~100 KiB) PSD parser with zero dependencies
- you need to parse PSD/PSB files in both browsers and Node.js
- you need fast parsing with WebAssembly-accelerated image decoding
- you need unicode layer names, text layers, guides, or slices

## When to avoid
- you need full support for layer effects like shadows and overlays
- you need Photoshop metadata not directly related to the image
- you need to write or edit PSD files rather than parse them
- you need Internet Explorer support

## Facets
- artifact type: library
- maturity: active
- function: parser, image-processing, developer-tools
- domain: files, image-processing, web-development, frontend
- platform: browser, cross-platform, wasm
- tags: psd, psb, photoshop, zero-dependency, typescript, file-parsing, layer-compositing, nodejs

## Member repositories
- webtoon/psd (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:27.242127+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:42:47.206037+00:00, confidence not recorded.
  - readme: https://github.com/webtoon/psd (fetched 2026-08-28T04:04:27.242127+00:00, sha c23b429c4e8d)
  - homepage: https://webtoon.github.io/psd (fetched 2026-08-29T12:02:22.062758+00:00, sha f673a0664e3b)
- Data as of 2026-08-30T08:39:29.467469+00:00.
