photoshop-smart-object-source
v0.1.2
Published
Download and place an image url into Photoshop, saving the original source url into the layer metadata. Uses node-photoshop.
Downloads
4
Readme
photoshop-smart-object-source
Inject stuff into Photoshop.
Install
npm install photoshop-smart-object-source
Use
var placeIntoPS = require('photoshop-smart-object-source')
var stream = placeIntoPS({
uri: "http://graph.facebook.com/subtlegradient/picture",
name: "SubtleGradient"
})
stream.on('end', function(){
console.log('Success!')
})