Skip to content

rockymanobi/photoshop-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spps Client

photoshop-svのクライアントです。Generator-coreのプラグインとして実装されています。サーバに画像をアップロードすると、photoshopの画面にペーストされます。

Get started

前提

  • photoshopのgenerator-coreを実行可能な状態
  • photoshop側の設定も完了済み(generator-coreからの命令を受け付ける状態)
  • generator-coreのディレクトリに居る

準備

# プラグインディレクトリに移動してgitから本プラグインを取得
cd test/plugins
git clone http://github.com/rockymanobi/photoshop-sample.git
# 依存ライブラリをインストール
cd photoshop-sample
npm install

実行

photoshopプラグインとして実行する場合

photoshop-sampleディレクトリをPhotoshopプラグインディレクトリ/Generator/の下に配置した後にphotoshopを起動する。

Generator-coreから実行する場合(herokuに接続)

# generator-core のディレクトリに移動する
cd ../../../
# generator-core 経由で本プラグインを実行
node app -f test/plugins/photoshop-sample

Generator-coreから実行する場合(local環境に接続)

photoshop-svをlocalで起動した状態で、NODE_ENV=developmentで実行する。(localhost:3000にwebsocketで接続します)

# generator-core のディレクトリに移動する
cd ../../../
# generator-core 経由で本プラグインを実行
NODE_ENV=development node app -f test/plugins/photoshop-sample

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published