Skip to content

the-homeless-god/NodeScreenshoter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeScreenshoter

Tool for take screenshot of each visible node on webpage

image

Development:

  1. Install modules

    npm ci
  2. Start

URL=https://google.com OUTPUT_DIR=./screens npm run start
  1. Check your result inside 'screens' folder

By Marat Zimnurov