dev-timelapse
v1.0.7
Published
With this tool you can create timelapse of creation of your project
Downloads
10
Readme
Dev timelapse
This tool enables you to create timelapse of creation of your project. It takes screenshots throughout your development.
I can't hide that It was highly inspired by tlapse, so I have to give @typicode credit for the idea however my version is based soley on chrome in headless mode and not on PhantomJS (Thanks to that, rendering engine is from the newest version of chrome).
Installation
npm install dev-timelapse -g
Usage
dev-timelapse http://localhost:3000
or using npx
npx dev-timelapse http://localhost:3000
Options
| Option | Alias | Description | | -------- | ------ | ---------------------------- | | --every | -e | Interval between screenshots | | --path | -p | Path for screenshots | | --size | -s | Size of a screenshot | | --width | -w | Width of a screenshot | | --height | -h | Height of a screenshot | | --pr | -r | pixel ratio of the screen |
Note
If screenshots don't match specified size assure that pixel ratio is set according to your screen