mirror of
https://github.com/sbrow/ps.git
synced 2025-12-29 18:47:38 -05:00
More v2 stuff
This commit is contained in:
2
doc.go
2
doc.go
@@ -1,3 +1,5 @@
|
|||||||
|
//go:generate sh -c "godoc2md -template ./.doc.template github.com/sbrow/ps/v2 > README.md"
|
||||||
|
|
||||||
// Package ps is a rudimentary API between Adobe Photoshop CS5 and Golang.
|
// Package ps is a rudimentary API between Adobe Photoshop CS5 and Golang.
|
||||||
// The interaction between the two is implemented using Javascript/VBScript.
|
// The interaction between the two is implemented using Javascript/VBScript.
|
||||||
//
|
//
|
||||||
|
|||||||
2
ps.go
2
ps.go
@@ -1,5 +1,3 @@
|
|||||||
//go:generate sh -c "godoc2md -template ./.doc.template github.com/sbrow/ps > README.md"
|
|
||||||
|
|
||||||
package ps
|
package ps
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|

|
||||||
# runner
|
# runner
|
||||||
[](https://godoc.org/github.com/sbrow/runner) [](https://travis-ci.org/sbrow/runner) [](https://coveralls.io/github/sbrow/runner?branch=master) [](https://goreportcard.com/report/github.com/sbrow/ps/runner)
|
[](https://godoc.org/github.com/sbrow/runner) [](https://travis-ci.org/sbrow/runner) [](https://coveralls.io/github/sbrow/runner?branch=master) [](https://goreportcard.com/report/github.com/sbrow/ps/runner)
|
||||||
|
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
//go:generate sh -c "godoc2md -template ../.doc.template github.com/sbrow/ps/runner > README.md"
|
//go:generate sh -c "godoc2md -template ../.doc.template github.com/sbrow/ps/v2/runner > README.md"
|
||||||
|
|
||||||
// Package runner runs the non-go code that Photoshop understands,
|
// Package runner runs the non-go code that Photoshop understands,
|
||||||
// and passes it to back to the go program. Currently, this is
|
// and passes it to back to the go program. Currently, this is
|
||||||
// primarily implemented through Adobe Extendscript, but hopefully
|
// primarily implemented through Adobe Extendscript, but hopefully
|
||||||
// in the future it will be upgraded to a C++ plugin.
|
// in the future it will be upgraded to a C++ plugin.
|
||||||
package runner
|
package runner // import "github.com/sbrow/ps/v2/runner"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bytes"
|
"bytes"
|
||||||
|
|||||||
Reference in New Issue
Block a user