UNPKG

463 Btext/x-handlebars-templateView Raw
1Generating Favicon
2------------------
3
4### Favicon Examples
5
6| Image | Command |
7| ----- | ------- |
8{{#each vars.examples.favicons}}| <img src="{{{img}}}" height="40" style="height:40px;" /> | ` $ fur favicon "{{spinalcase options.text}}-favicon.png" {{#each options}}--{{spinalcase @key}}="{{this}}" {{/each}} ` |
9{{/each}}
10
11These examples are available [here]({{vars.examplesUrl}}).
12
13
14### Favicon Usage
15
16```bash
17$ fur favicon -h
18
19{{{vars.usages.favicon}}}
20```
21
\No newline at end of file