Screenwind is a command line tool that automatically creates screenshots using the default tailwind breakpoints.
Download and install globally using:
node install . -g
screenwind https://www.google.co.uk
By default it will output the .png files with the name of each breakpoint to ./sw/. The following flags are provided:
--out -o Path to directory to output
--height -h Height of screenshots to take
--fullPage -f Will take full page screen shots if set, overiding height
--timeout -t Time in ms before timeout, default: 10000
It will also output a mobile screenshot which has been set to a width of 360px.