Can now color layers and apply strokes

This commit is contained in:
Unknown
2018-03-20 19:15:23 -04:00
parent 8f0e80863c
commit 71219e64d9
7 changed files with 331 additions and 74 deletions

1
ps.go
View File

@@ -11,6 +11,7 @@ import (
"errors"
"fmt"
"io/ioutil"
// "log"
"os"
"os/exec"
"path/filepath"