textmode.js 0.3.1 → 0.3.2-beta.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.
- package/README.md +1 -1
- package/dist/textmode.esm.js +1201 -1556
- package/dist/textmode.esm.min.js +1230 -1585
- package/dist/textmode.umd.js +7 -9
- package/dist/textmode.umd.min.js +7 -9
- package/dist/types/index.d.ts +1 -0
- package/dist/types/rendering/webgl/Framebuffer.d.ts +1 -2
- package/dist/types/textmode/Textmodifier.d.ts +49 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -64,7 +64,7 @@ To get started with `textmode.js`, you'll need:
|
|
|
64
64
|
|-------------|-----------|---------------|----------|
|
|
65
65
|
| **Standard UMD** (`textmode.umd.js`) | ~94kB | ✅ [UrsaFont](https://ursafrank.itch.io/ursafont) embedded | Quick setup, prototyping |
|
|
66
66
|
| **Standard ESM** (`textmode.esm.js`) | ~121kB | ✅ [UrsaFont](https://ursafrank.itch.io/ursafont) embedded | Quick setup, prototyping |
|
|
67
|
-
| **Minified UMD** (`textmode.umd.min.js`) | ~
|
|
67
|
+
| **Minified UMD** (`textmode.umd.min.js`) | ~86kB | ❌ Requires external font | Custom fonts |
|
|
68
68
|
| **Minified ESM** (`textmode.esm.min.js`) | ~113kB | ❌ Requires external font | Custom fonts |
|
|
69
69
|
|
|
70
70
|
**Choose standard bundles for:**
|