pixi-glyphs 4.0.1 → 4.0.2

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  `Glyphs` is a multi-style text component for [pixi.js](https://github.com/GoodBoyDigital/pixi.js) that supports multiple `TextStyle`s using HTML-like tags. Includes many additional features not found in `PIXI.Text` such as embedded images (sprites), underlines, justified layout, and more.
6
6
 
7
- Inspired by the original [pixi-multistyle-text](https://github.com/tleunen/pixi-multistyle-text) and is the spiritual successor to [pixi-tagged-text](https://github.com/mimshwright/pixi-tagged-text).
7
+ Inspired by the original [pixi-multistyle-text](https://github.com/tleunen/pixi-multistyle-text) and is the spiritual successor to [pixi-tagged-text](https://github.com/mimshwright/pixi-tagged-text). The difference in pixi-glyphs vs pixi-tagged-text is that pixi-glyphs is designed from the ground up for Pixi 8, whereas pixi-tagged-text was built for Pixi 6.
8
8
 
9
9
  ## Usage
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pixi-glyphs",
3
- "version": "4.0.1",
3
+ "version": "4.0.2",
4
4
  "description": "Glyphs - Advanced text rendering for pixi.js",
5
5
  "author": "Mims Wright, JT Smith, tleunen",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  "bugs": {
12
12
  "url": "https://github.com/rizen/pixi-glyphs/issues"
13
13
  },
14
- "homepage": "https://github.com/rizne/pixi-glyphs",
14
+ "homepage": "https://github.com/rizen/pixi-glyphs",
15
15
  "source": "./src/index.ts",
16
16
  "main": "./dist/pixi-glyphs.js",
17
17
  "umd:main": "./dist/pixi-glyphs.umd.js",