StoreScreenshotCliCommand constructor
const
StoreScreenshotCliCommand()
Create screenshot images, etc. for the store based on the images in the source_dir
.
The images are stored in export_dir
.
The color
specifies the background color.
The orientation
specifies the orientation.
source_dir
にある画像を元にストア用のスクリーンショット画像等を作成します。
export_dir
に画像が格納されます。
color
には背景色を指定します。
orientation
には向きを指定します。
Implementation
const StoreScreenshotCliCommand();