KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
trt-screenshots-puppeteer
★ 8
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
exemplos
:
Repositório com os exemplos apresentados no canal do youtube e no site Python Café
scikit-learn-Machine-Learning-Simplified
:
No description available.
Vue-music
:
Vue-music.com
composable-functional-js-notes
:
Functional Composable JavaScript Notes
grav-plugin-webcomponents
:
Web components autoloader with built in CDN support
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
trt-screenshots-puppeteer
?
Download (.md)
# My project's README 1) Install dependencies using below command in terminal npm install 2) Update URLs and dimensions in 'getScreenShots.js' as per your requirments Ex: change in Below array for update URLs const urls = [ { name: 'Home', url: 'https://www.thirdrocktechkno.com/' }, { name: 'About', url: 'https://www.thirdrocktechkno.com/about-us' } ]; Name represent the name or title of page. Like Home, About, Contact. Link respresent URL of page of which tou want to test. Change in devices array for update or remove device const devices = [ { name: 'Highest', width: 1920, height: 1080 }, { name: 'Laptop-1', width: 1366, height: 768 } ]; Name represnt name of device. ex - laptop, desktop, ipad Width represent width of that particular device. Height represent height of that particular device. 3) Then Run below command for get Screenshots in your screenshots directory node getScreenShots.js