photoshop-smart-object-source

Download and place an image url into Photoshop, saving the original source url into the layer metadata. Uses node-photoshop.


License
MIT
Install
npm install photoshop-smart-object-source@0.1.2

Documentation

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!')
})