@curiousvlxd/linkedin-badge-renderer 0.1.22 → 0.1.23

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/README.md +19 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,12 +8,27 @@
8
8
  />
9
9
  </p>
10
10
 
11
- <p align="center">
11
+
12
+ <div align="center" style="display: flex; justify-content: center; gap: 20px; flex-wrap: wrap;">
13
+
12
14
  <a href="https://www.linkedin.com/in/vladtimchenko/" target="_blank">
13
- <img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-dark.svg" width="400" alt="Generated LinkedIn badge example (dark)" />
14
- <img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg" width="400" alt="Generated LinkedIn badge example (light)" />
15
+ <img
16
+ src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-dark.svg"
17
+ width="400"
18
+ alt="LinkedIn badge dark"
19
+ />
15
20
  </a>
16
- </p>
21
+
22
+ <a href="https://www.linkedin.com/in/vladtimchenko/" target="_blank">
23
+ <img
24
+ src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example-light.svg"
25
+ width="400"
26
+ alt="LinkedIn badge light"
27
+ />
28
+ </a>
29
+
30
+ </div>
31
+
17
32
 
18
33
  A CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, or PDF format.
19
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curiousvlxd/linkedin-badge-renderer",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, and PDF formats using Playwright.",
5
5
  "type": "module",
6
6
  "bin": {