1.0.4 • Published 5 years ago

psdthumb v1.0.4

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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);
});
1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago