psd : A general purpose Photoshop file parser.. You can installing psd npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install psd $ sudo npm install -g psd
If want to update the psd package execute the command as below,
$ sudo npm update psd
Update package globally,
$ npm install -g psd
$ sudo git clone https://github.com/rektide/psd.git
$ sudo npm install -g ./psd
psd@3.2.0 /usr/lib/node_modules/psd
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall psd
| Package Name | psd |
| Version | 3.2.0 |
| Description | A general purpose Photoshop file parser. |
| Released Date | 2017-07-13T14:25:44.929Z |
| Published by | meltingice |
| How to Learn | https://www.npmjs.com/package/psd/tutorial |