1.0.1 • Published 5 years ago

devtools-timline-images v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago

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-images

Usage

CLI takes to arguments -i and -o:

  • -i or --input - Specify the input JSON file.
  • -o or --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 ./images

Save a recoding

Save recoding

More information at Google Developer Docs