@curiousvlxd/linkedin-badge-renderer 0.1.16 → 0.1.19

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 +16 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,24 @@
1
1
  # linkedin-badge-renderer
2
2
 
3
3
  <p align="center">
4
- <img src="./assets/logo.png" width="200" alt="LinkedIn Badge Renderer Logo" />
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
+ />
9
+ </p>
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>
5
18
  </p>
6
19
 
7
20
  <p align="center">
8
- <img src="./assets/example.svg" width="400" alt="Generated badge example" />
21
+ <img src="https://raw.githubusercontent.com/curiousvlxd/linkedin-badge-renderer/main/assets/example.svg" width="400" alt="Generated badge example" />
9
22
  </p>
10
23
 
11
24
  A CLI tool for generating LinkedIn profile badges in SVG, PNG, JPEG, or PDF format.
@@ -117,7 +130,7 @@ jobs:
117
130
  with:
118
131
  handle: "vladtimchenko"
119
132
  format: "svg"
120
- out: "dist/linkedin-badge.svg"
133
+ out: "linkedin-badge.svg"
121
134
  theme: "dark"
122
135
  size: "large"
123
136
  locale: "en_US"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@curiousvlxd/linkedin-badge-renderer",
3
- "version": "0.1.16",
3
+ "version": "0.1.19",
4
4
  "type": "module",
5
5
  "bin": {
6
6
  "linkedin-badge": "src/cli.mjs"