Auto generate app screenshot for App Store & Google Play.
Support sizes supported:
3.5'
: iPhone 4/4S4'
: iPhone 5/5S4.7'
: iPhone 6/6S5.5'
: iPhone 6+/6S+/Android
This project consists of 3 parts:
- The NodeJS web service who hosts styled app screenshots
- PhantomJS who captures the styled app screenshots to png files
- A
sh
file who executesphantomjs
command for all sizes required
Checkout the sample folder in
public/images/Sample
.
- Capture screenshots of your app, and copy them to
public/images/
- Setup titles in
config.json
- Install dependencies by
npm install
- Run the web service by
node app.js
- Generate beautiful screenshots by
sh build.sh YOUR_APP_NAME
To try this sample, you should run
node app.js
first
- Path:
public/images/Sample
- Preview styled screenshots:
http://localhost:3000/?app=Sample&device=5.5&index=1
(Of couse, you could changedevice
andindex
) - Generate styled screenshots:
sh build.sh Sample
- Support multi themes