three-bmfont-text
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "three-bmfont-text", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "renders BMFont files in ThreeJS with word-wrapping", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,3 +9,3 @@ # three-bmfont-text | ||
Bitmap font rendering for ThreeJS, batching glyphs into a single BufferGeometry. Supports word-wrapping, letter spacing, kerning, signed distance fields, multi-texture fonts, and more. | ||
Bitmap font rendering for ThreeJS, batching glyphs into a single BufferGeometry. Supports word-wrapping, letter spacing, kerning, signed distance fields, multi-texture fonts, and more. About 8kb after minification. | ||
@@ -12,0 +12,0 @@ Below is an example that uses [load-bmfont](https://www.npmjs.com/package/load-bmfont) to parse BMFont files on the fly with XHR: |
13158