qva-store-screenshot-lib
v0.0.5
Published
Import this library into your Angular web app to create store-ready screenshots of your application. This library is part of the QvA Store Screenshot ecosystem:
Downloads
2
Readme
QvA Store Screenshot Library
Import this library into your Angular web app to create store-ready screenshots of your application. This library is part of the QvA Store Screenshot ecosystem:
- qva-store-screenshot-server - NodeJS server handling screenshot file storage
- qva-store-screenshot-app - Control interface for managing screenshot sequences
Together these components provide a complete solution for generating, managing, and storing application screenshots for various device dimensions and store requirements.
Installation
npm install qva-store-screenshot-libUsage
import { QvaStoreScreenshotService } from 'qva-store-screenshot-lib';
@Component({...})
export class AppComponent {
constructor(private qvaStoreScreenshot: QvaStoreScreenshotService) {}
}Configuration
const settings: QvaStoreScreenshotSetting = {
baseUrl: 'http://localhost:4200',
appName: 'my-app',
ip: 'localhost',
port: 52332,
destination: 'G:\\Screenshots'
};Features
- Automated store-ready screenshots
- Multiple device resolutions
- Custom naming conventions
- Local storage support
API Reference
| Property | Type | Description | |----------|------|-------------| | baseUrl | string | Application root URL | | appName | string | Application identifier |
License
MIT
