@curiousvlxd/linkedin-badge-renderer 0.1.18 → 0.1.20

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 +9 -0
  2. package/package.json +2 -1
package/README.md CHANGED
@@ -8,6 +8,15 @@
8
8
  />
9
9
  </p>
10
10
 
11
+ <p align="center">
12
+ <a href="https://github.com/curiousvlxd/linkedin-badge-renderer/actions/workflows/npm-publish.yml">
13
+ <img
14
+ src="https://github.com/curiousvlxd/linkedin-badge-renderer/actions/workflows/npm-publish.yml/badge.svg"
15
+ alt="Publish to npm + GitHub Packages"
16
+ />
17
+ </a>
18
+ </p>
19
+
11
20
  <p align="center">
12
21
  <img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example.svg" width="400" alt="Generated badge example" />
13
22
  </p>
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@curiousvlxd/linkedin-badge-renderer",
3
- "version": "0.1.18",
3
+ "version": "0.1.20",
4
+ "description": "CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, and PDF formats using Playwright.",
4
5
  "type": "module",
5
6
  "bin": {
6
7
  "linkedin-badge": "src/cli.mjs"