0.1.2 • Published 11 years ago

photoshop-smart-object-source v0.1.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

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