Skip to content
This repository was archived by the owner on Oct 27, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 403 Bytes

File metadata and controls

23 lines (14 loc) · 403 Bytes

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