psdthumb

1.0.4 • Public • Published

node-psdthumb

Use native code to extract embedded JPEG format thumbnails directly from PSD files, and do not depend on any modules except NAN

Example

const psdthumb = require("psdthumb");
psdthumb('./in.psd','./out.jpg',(result)=> {
    console.log("done:" , result);
});

Readme

Keywords

Package Sidebar

Install

npm i psdthumb

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

24.8 MB

Total Files

19

Last publish

Collaborators

  • adouming