branding-engine 0.2.1 → 0.2.2
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.
package/README.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# branding-engine
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/branding-engine)
|
|
4
|
+
[](https://github.com/joeseverino/branding-engine/actions/workflows/ci.yml)
|
|
5
|
+
[](https://nodejs.org)
|
|
6
|
+
[](./LICENSE)
|
|
7
|
+
|
|
3
8
|
Generate a consistent brand kit from a compact alphanumeric mark and one accent
|
|
4
9
|
color. Outputs include favicons, vector and raster marks, wordmark lockups,
|
|
5
10
|
brand sheets, social cards, manifests, and CSS tokens.
|
|
@@ -38,7 +43,7 @@ Illustrative input using a non-production sample palette:
|
|
|
38
43
|
"name": "Brand systems, generated.",
|
|
39
44
|
"tagline": "Marks, wordmarks, sheets, web assets, and social cards from one config.",
|
|
40
45
|
"meta": "Illustrative branding-engine example",
|
|
41
|
-
"url": "github.com/
|
|
46
|
+
"url": "github.com/joeseverino/branding-engine"
|
|
42
47
|
}
|
|
43
48
|
]
|
|
44
49
|
}
|
|
@@ -31,7 +31,7 @@ sample palette. It runs the full-kit `build` command from
|
|
|
31
31
|
"name": "Brand systems, generated.",
|
|
32
32
|
"tagline": "Marks, wordmarks, sheets, web assets, and social cards from one config.",
|
|
33
33
|
"meta": "Illustrative branding-engine example",
|
|
34
|
-
"url": "github.com/
|
|
34
|
+
"url": "github.com/joeseverino/branding-engine"
|
|
35
35
|
}
|
|
36
36
|
]
|
|
37
37
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"name": "Brand systems, generated.",
|
|
25
25
|
"tagline": "Marks, wordmarks, sheets, web assets, and social cards from one config.",
|
|
26
26
|
"meta": "Illustrative branding-engine example",
|
|
27
|
-
"url": "github.com/
|
|
27
|
+
"url": "github.com/joeseverino/branding-engine"
|
|
28
28
|
}
|
|
29
29
|
]
|
|
30
30
|
}
|
|
Binary file
|
package/package.json
CHANGED