@curiousvlxd/linkedin-badge-renderer 0.1.16 → 0.1.18
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 +7 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
# linkedin-badge-renderer
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
|
-
<img
|
|
4
|
+
<img
|
|
5
|
+
src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/logo.png"
|
|
6
|
+
width="200"
|
|
7
|
+
alt="LinkedIn Badge Renderer Logo"
|
|
8
|
+
/>
|
|
5
9
|
</p>
|
|
6
10
|
|
|
7
11
|
<p align="center">
|
|
8
|
-
<img src="
|
|
12
|
+
<img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example.svg" width="400" alt="Generated badge example" />
|
|
9
13
|
</p>
|
|
10
14
|
|
|
11
15
|
A CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, or PDF format.
|
|
@@ -117,7 +121,7 @@ jobs:
|
|
|
117
121
|
with:
|
|
118
122
|
handle: "vladtimchenko"
|
|
119
123
|
format: "svg"
|
|
120
|
-
out: "
|
|
124
|
+
out: "linkedin-badge.svg"
|
|
121
125
|
theme: "dark"
|
|
122
126
|
size: "large"
|
|
123
127
|
locale: "en_US"
|