@curiousvlxd/linkedin-badge-renderer 0.1.28 → 0.1.30
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 +25 -3
- package/README.npm.md +25 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,12 +9,34 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
|
|
13
|
-
<img src="https://
|
|
14
|
-
<img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg" width="380" />
|
|
12
|
+
<a href="https://github.com/curiousvlxd/linkedin-badge-renderer/actions/workflows/npm-publish.yml">
|
|
13
|
+
<img src="https://github.com/curiousvlxd/linkedin-badge-renderer/actions/workflows/npm-publish.yml/badge.svg" />
|
|
15
14
|
</a>
|
|
16
15
|
</p>
|
|
17
16
|
|
|
17
|
+
<table align="center">
|
|
18
|
+
<tr>
|
|
19
|
+
<td align="center" width="50%">
|
|
20
|
+
<a href="https://www.linkedin.com/in/vladtimchenko/">
|
|
21
|
+
<img
|
|
22
|
+
src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-dark.svg"
|
|
23
|
+
width="380"
|
|
24
|
+
alt="LinkedIn badge example"
|
|
25
|
+
/>
|
|
26
|
+
</a>
|
|
27
|
+
</td>
|
|
28
|
+
<td align="center" width="50%">
|
|
29
|
+
<a href="https://www.linkedin.com/in/vladtimchenko/">
|
|
30
|
+
<img
|
|
31
|
+
src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg"
|
|
32
|
+
width="380"
|
|
33
|
+
alt="LinkedIn badge example"
|
|
34
|
+
/>
|
|
35
|
+
</a>
|
|
36
|
+
</td>
|
|
37
|
+
</tr>
|
|
38
|
+
</table>
|
|
39
|
+
<br/>
|
|
18
40
|
A CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, or PDF format.
|
|
19
41
|
|
|
20
42
|
Renders the official LinkedIn badge using Playwright and exports pixel-perfect assets for websites, resumes, and portfolios.
|
package/README.npm.md
CHANGED
|
@@ -9,12 +9,34 @@
|
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
11
|
<p align="center">
|
|
12
|
-
|
|
13
|
-
<img src="https://
|
|
14
|
-
<img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg" width="380" />
|
|
12
|
+
<a href="https://github.com/curiousvlxd/linkedin-badge-renderer/actions/workflows/npm-publish.yml">
|
|
13
|
+
<img src="https://github.com/curiousvlxd/linkedin-badge-renderer/actions/workflows/npm-publish.yml/badge.svg" />
|
|
15
14
|
</a>
|
|
16
15
|
</p>
|
|
17
16
|
|
|
17
|
+
<table align="center">
|
|
18
|
+
<tr>
|
|
19
|
+
<td align="center" width="50%">
|
|
20
|
+
<a href="https://www.linkedin.com/in/vladtimchenko/">
|
|
21
|
+
<img
|
|
22
|
+
src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-dark.svg"
|
|
23
|
+
width="380"
|
|
24
|
+
alt="LinkedIn badge example"
|
|
25
|
+
/>
|
|
26
|
+
</a>
|
|
27
|
+
</td>
|
|
28
|
+
<td align="center" width="50%">
|
|
29
|
+
<a href="https://www.linkedin.com/in/vladtimchenko/">
|
|
30
|
+
<img
|
|
31
|
+
src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg"
|
|
32
|
+
width="380"
|
|
33
|
+
alt="LinkedIn badge example"
|
|
34
|
+
/>
|
|
35
|
+
</a>
|
|
36
|
+
</td>
|
|
37
|
+
</tr>
|
|
38
|
+
</table>
|
|
39
|
+
<br/>
|
|
18
40
|
A CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, or PDF format.
|
|
19
41
|
|
|
20
42
|
Renders the official LinkedIn badge using Playwright and exports pixel-perfect assets for websites, resumes, and portfolios.
|
package/package.json
CHANGED