Screenshoteer – Command-line website screenshots and mobile emulations
1–10 of 32 posts
Re: Screenshoteer – Command-line website screenshots and mobile emulations
#2Also, you have included a .DS_Store file in your repository.
Re: Screenshoteer – Command-line website screenshots and mobile emulations
#3Nice small project. This uses a chrome-headless on the background to perform the screenshot, isn't it? Also, you have included a .DS_Store file in your repository.
For the .DS_Store I totally forgot to put .gitignore :)
Re: Screenshoteer – Command-line website screenshots and mobile emulations
#4Re: Screenshoteer – Command-line website screenshots and mobile emulations
#5Funnily enough, I called mine: Screenshotr
Re: Screenshoteer – Command-line website screenshots and mobile emulations
#6Nice. I made something almost exactly like this using puppeteer as well except it took screenshots of all the pages of a site. It crawled first getting all site pages, then created a JSON config file that would be used to take screenshots with. I should really throw this up on GitHub as well. Funnily enough, I called mine: Screenshotr
Re: Screenshoteer – Command-line website screenshots and mobile emulations
#7Re: Screenshoteer – Command-line website screenshots and mobile emulations
#8My version is less configurable but wraps the screenshots in some beautiful mockups :)
Re: Screenshoteer – Command-line website screenshots and mobile emulations
#9Nice small project. This uses a chrome-headless on the background to perform the screenshot, isn't it? Also, you have included a .DS_Store file in your repository.
Yes, it uses puppeteer(headless chrome). For the .DS_Store I totally forgot to put .gitignore :)