gitflow-hotfix-stash: v1.0

This commit is contained in:
Unknown
2018-04-28 15:55:04 -04:00
parent f92bb18c30
commit c8420a46ff
5 changed files with 132 additions and 84 deletions

10
examples_test.go Normal file
View File

@@ -0,0 +1,10 @@
package ps
import "fmt"
func ExampleJSLayer() {
// The path of a layer inside a top level group.
path := "/Group 1/Layer 1"
fmt.Println(JSLayer(path))
// Output: app.activeDocument.layerSets.getByName('Group 1').artLayers.getByName('Layer 1');
}