mirror of
https://github.com/sbrow/ps.git
synced 2026-02-28 03:01:43 -05:00
WIP
This commit is contained in:
8
scripts/getLayer.jsx
Normal file
8
scripts/getLayer.jsx
Normal file
@@ -0,0 +1,8 @@
|
||||
#include lib.js
|
||||
|
||||
var stdout = newFile(arguments[0]);
|
||||
var lyr = eval(arguments[1]);
|
||||
stdout.writeln(('{"Name":"' + lyr.name + '", "Bounds": [[' + lyr.bounds[0] + ',' +
|
||||
lyr.bounds[1] + '],[' + lyr.bounds[2] + ',' +
|
||||
lyr.bounds[3] + ']], "Visible": ' + lyr.visible + '}').replace(/ px/g, ""));
|
||||
stdout.close();
|
||||
Reference in New Issue
Block a user