SkillAgentSearch skills...

Psd2fabric

PSD2Fabric is a Python tool designed to parse PSD files into the fabric.js format.

Install / Use

/learn @haibingtown/Psd2fabric
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

PSD2Fabric

License GitHub stars GitHub issues GitHub forks GitHub contributors

PSD2Fabric

PSD2Fabric is a Python tool designed to parse PSD files into the fabric.js format.

Features

  • Parse PSD files: Convert PSD files into fabric.js JSON format.
  • Support for the following features:
    • PSD structure
    • Group
      • Children relative position
    • Font
      • Size
      • Text content
      • Color
      • Bold
      • Alignment
    • Effect
      • Stroke
    • Others to Image

Usage

To use PSD2Fabric, follow these steps:

  1. Installation:
    pip install psd2fabric
    
    
  2. Usage:
     psd2fabric input.psd output.json
    

Replace input.psd with the path to your PSD file and output.json with the desired output JSON file.

Preview Online

  • Parse to JSON file and preview it on this online site: https://nihaojob.github.io/vue-fabric-editor/
  • Alternatively, deploy locally using this forked repository: https://github.com/haibingtown/vue-fabric-editor

Demo

test.json snapshot.jpeg

Contributing

We welcome and appreciate your contributions! Please refer to the contribution guidelines for more details.

Related Skills

View on GitHub
GitHub Stars27
CategoryDesign
Updated1mo ago
Forks7

Languages

Python

Security Score

80/100

Audited on Feb 22, 2026

No findings