You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After we have the HTML file, we can generate an image file using [`pageres`](https://github.com/sindresorhus/pageres) by [**@sindresorhus**](https://github.com/sindresorhus/):
189
+
190
+
```sh
191
+
# Install pageres
192
+
npm install -g pageres-cli
193
+
194
+
# Generate the image from HTML
195
+
pageres out.html 775x250
196
+
```
197
+
171
198
## Cross-platform compatibility
172
199
173
200
`git-stats` is working fine in terminal emulators supporting ANSI styles. It should work fine on Linux and OS X.
"After we have the HTML file, we can generate an image file using [`pageres`](https://github.com/sindresorhus/pageres) by [**@sindresorhus**](https://github.com/sindresorhus/):",
0 commit comments