psdinfo

1.0.2 • Public • Published

psdinfo

Inspect PSD files from the command line.

npm install -g psdinfo
$ psdinfo file.psd --fonts

# file.psd
fonts:
  - DIN-Bold
  - FreightSansLight
  - Glosa-Roman
  - ...
$ psdinfo file.psd --text

# file.psd
text:
  - "Hello"
  - "This is text from the document"
  - ...

Thanks

psdinfo © 2015+, Rico Sta. Cruz. Released under the MIT License.
Authored and maintained by Rico Sta. Cruz with help from contributors (list).

ricostacruz.com  ·  GitHub @rstacruz  ·  Twitter @rstacruz

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i psdinfo

    Weekly Downloads

    0

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • rstacruz