@unavatar/core 3.15.3 → 3.15.4

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 +20 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,7 @@
37
37
  - [Snapchat](#snapchat)
38
38
  - [SoundCloud](#soundcloud)
39
39
  - [Spotify](#spotify)
40
+ - [Steam](#steam)
40
41
  - [Substack](#substack)
41
42
  - [Telegram](#telegram)
42
43
  - [Threads](#threads)
@@ -487,7 +488,8 @@ Get any Reddit user's avatar by their username.
487
488
 
488
489
  Available inputs:
489
490
 
490
- - Username, e.g., [unavatar.io/reddit/kikobeats](https://unavatar.io/reddit/kikobeats)
491
+ - Username, e.g., [unavatar.io/reddit/thisisbillgates](https://unavatar.io/reddit/thisisbillgates)
492
+ - Organization, e.g., [unavatar.io/reddit/nasa](https://unavatar.io/reddit/nasa)
491
493
 
492
494
  ### Snapchat
493
495
 
@@ -525,6 +527,22 @@ Available URI format inputs:
525
527
  - `track`: [unavatar.io/spotify/track:4OROzZUy6gOWN4UGQVaZMF](https://unavatar.io/spotify/track:4OROzZUy6gOWN4UGQVaZMF)
526
528
  - `user` (default): [unavatar.io/spotify/user:kikobeats](https://unavatar.io/spotify/user:kikobeats)
527
529
 
530
+ ### Steam
531
+
532
+ Get any Steam player or community group profile picture by public profile name, numeric account ID, or group name.
533
+
534
+ e.g., [unavatar.io/steam/id:gabelogannewell](https://unavatar.io/steam/id:gabelogannewell)
535
+
536
+ The input supports a URI format `type:value`.
537
+
538
+ When no type is provided, it defaults to `id` (player profile name).
539
+
540
+ Available URI format inputs:
541
+
542
+ - `id` (default): [unavatar.io/steam/id:gabelogannewell](https://unavatar.io/steam/id:gabelogannewell)
543
+ - `profile`: [unavatar.io/steam/profile:76561198044605749](https://unavatar.io/steam/profile:76561198044605749)
544
+ - `group`: [unavatar.io/steam/group:murcia-gaming](https://unavatar.io/steam/group:murcia-gaming)
545
+
528
546
  ### Substack
529
547
 
530
548
  Get any Substack author's profile picture by their publication username.
@@ -590,7 +608,7 @@ Get any X (formerly Twitter) user's profile picture by their username.
590
608
 
591
609
  Available inputs:
592
610
 
593
- - Username, e.g., [unavatar.io/x/kikobeats](https://unavatar.io/x/kikobeats)
611
+ - Username, e.g., [unavatar.io/x/elonmusk](https://unavatar.io/x/elonmusk)
594
612
 
595
613
  ### YouTube
596
614
 
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@unavatar/core",
3
3
  "description": "Get unified user avatar from social networks, including Instagram, SoundCloud, Telegram, Twitter, YouTube & more.",
4
4
  "homepage": "https://unavatar.io",
5
- "version": "3.15.3",
5
+ "version": "3.15.4",
6
6
  "main": "src/index.js",
7
7
  "exports": {
8
8
  ".": "./src/index.js",