1.0.1 • Published 7 years ago
devtools-timline-images v1.0.1
Devtools Timeline Images
A really small utility to extract images from Chrome Timeline.
Setup
yarn global add devtools-timeline-images
# or NPM
npm i -g devtools-timeline-imagesUsage
CLI takes to arguments -i and -o:
-ior--input- Specify the input JSON file.-oor--output- Specify the output folder.
Note: If the output directory does not exist the CLI will create it.
Example
devtools-timeline-images -i ./example-site.json -o ./imagesSave a recoding

More information at Google Developer Docs