Skip to content

Commit

Permalink
docs(README): Fix typo, refer png-file-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
anishkny authored Mar 26, 2018
1 parent 97803dc commit 99efc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ Options:
1. Use [Puppeteer](https://github.com/GoogleChrome/puppeteer) to launch a headless Chrome window
1. Use `setInterval` to take screenshots and save them to disk
1. Navigate to target URL and wait for specified duration
1. Use [gifencoder](https://github.com/eugeneware/gifencoder) to create anumated GIF out of saved screenshots
1. Use [gifencoder](https://github.com/eugeneware/gifencoder) and [png-file-stream](https://github.com/eugeneware/png-file-stream) to create animated GIF out of saved screenshots

See code: [`index.js`](index.js)

0 comments on commit 99efc60

Please sign in to comment.