Looking for a tool, library, or snippet that will take screenshots of all elements on my page within a given class.
As the title says I’m looking to generate screenshots from all divs on my site within the “.container” class. The method I’m using now is very manual and inefficient (inspect element > cmd shift p > node screenshot… for each one). To give you a bit of context, I created some generative artwork based off… Read More »Looking for a tool, library, or snippet that will take screenshots of all elements on my page within a given class.