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/):
196
189
197
190
```sh
198
-
199
191
# Install pageres
200
-
201
192
npm install -g pageres-cli
202
193
203
-
204
-
205
194
# Generate the image from HTML
206
-
207
195
pageres out.html 775x250
208
-
209
196
```
210
197
211
198
## Cross-platform compatibility
@@ -243,6 +230,15 @@ g1.ansiCalendar({
243
230
});
244
231
```
245
232
233
+
## :question: Get Help
234
+
235
+
There are few ways to get help:
236
+
237
+
1. Please [post questions on Stack Overflow](https://stackoverflow.com/questions/ask). You can open issues with questions, as long you add a link to your Stack Overflow question.
238
+
2. For bug reports and feature requests, open issues. :bug:
239
+
3. For direct and quick help from me, you can [use Codementor](https://www.codementor.io/johnnyb). :rocket:
240
+
241
+
246
242
## :memo: Documentation
247
243
248
244
For full API reference, see the [DOCUMENTATION.md][docs] file.
@@ -251,6 +247,7 @@ For full API reference, see the [DOCUMENTATION.md][docs] file.
251
247
252
248
-[*A GitHub-like contributions calendar, but locally, with all your git commits*, The Changelog](https://changelog.com/github-like-contributions-calendar-locally-git-commits/)
253
249
250
+
254
251
## :yum: How to contribute
255
252
Have an idea? Found a bug? See [how to contribute][contributing].
0 commit comments