mirror of
https://github.com/sbrow/ps.git
synced 2026-08-26 11:03:33 -04:00
de16f2c85f
It finally became do-able with go 1.11
runner
import "github.com/sbrow/ps/runner"
Overview
Package runner runs the non-go code that Photoshop understands, and passes it to back to the go program. Currently, this is primarily implemented through Adobe Extendscript, but hopefully in the future it will be upgraded to a C++ plugin.
Installation
$ go get -u github.com/sbrow/ps/runner
Documentation
For full Documentation please visit https://godoc.org/github.com/sbrow/ps/runner
Generated by godoc2md
