Skip to content

Instantly share code, notes, and snippets.

View myhub's full-sized avatar
💭
I may be slow to respond.

Dream myhub

💭
I may be slow to respond.
View GitHub Profile
@vladocar
vladocar / DrawShape.js
Created October 23, 2011 22:33
Draw Shape in Photoshop with JavaScript
/* Code by Mike Hale http://www.ps-scripts.com/bb/viewtopic.php?f=14&t=1802&start=15
with small modification by Vladimir Carrer
*/
function DrawShape() {
var doc = app.activeDocument;
var y = arguments.length;
var i = 0;