@massimo-cassandro/create-favicons 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/readme.md +6 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massimo-cassandro/create-favicons",
3
- "version": "1.4.0",
3
+ "version": "1.4.1",
4
4
  "description": "Favicon files builder",
5
5
  "bin": {
6
6
  "create-favicons": "./index.mjs"
package/readme.md CHANGED
@@ -6,6 +6,12 @@ I file da elaborare devono essere in formato SVG, mentre quelli generati sono in
6
6
 
7
7
  Le immagini sono generate con [Sharp](https://sharp.pixelplumbing.com/), [SVGO](https://github.com/svg/svgo) e [sharp-ico](https://github.com/ssnangua/sharp-ico).
8
8
 
9
+ ## Installazione
10
+
11
+ ```bash
12
+ npm i -D @massimo-cassandro/create-favicons
13
+ ```
14
+
9
15
 
10
16
  ## Creazione template file di config (vedi più avanti)
11
17