@allior/wmake-utils 0.0.1 → 0.0.3

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 CHANGED
@@ -8,7 +8,7 @@ Utilities for widgets: message content parsers (emotes, mentions, HTML), image p
8
8
 
9
9
  Converts a message object (`text` + `emotes`) into an HTML string: emotes become `<img>`, mentions `@nick` become `<span class="mentioned">`.
10
10
 
11
- Logic ported from blyoka-chat (StreamElements): zero-width emote support, large/medium emote options when the message is “emotes only”.
11
+ Logic ported from StreamElements: zero-width emote support, large/medium emote options when the message is “emotes only”.
12
12
 
13
13
  ### Usage
14
14
 
package/README_RU.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Преобразует объект сообщения (`text` + `emotes`) в HTML-строку: эмоуты становятся `<img>`, упоминания `@nick` — `<span class="mentioned">`.
8
8
 
9
- Логика перенесена из blyoka-chat (StreamElements): поддержка zero-width эмоутов, опции large/medium эмоутов при сообщении «только эмоуты».
9
+ Логика перенесена из StreamElements: поддержка zero-width эмоутов, опции large/medium эмоутов при сообщении «только эмоуты».
10
10
 
11
11
  ### Использование
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allior/wmake-utils",
3
- "version": "0.0.1",
3
+ "version": "0.0.3",
4
4
  "description": "Utilities: message content parsers, image preloading, and more.",
5
5
  "type": "module",
6
6
  "types": "./dist/root/index.d.ts",