UNPKG

three-glyph

Version:

Provide geometry and material in THREE.js for MSDF (multi-channel signed distance fields) glyph and more

61 lines (60 loc) 1.37 kB
{ "name": "three-glyph", "version": "0.0.29", "description": "Provide geometry and material in THREE.js for MSDF (multi-channel signed distance fields) glyph and more", "main": "src/index.js", "exports": { ".": "./src/index.js", "./tsl": "./src/tsl.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "vite ./examples/simple", "build": "vite build ./examples/simple" }, "repository": { "type": "git", "url": "git+https://github.com/trinketmage/three-glyph.git" }, "keywords": [ "bmfont", "bitmap", "font", "text", "three", "threejs", "quad", "quads", "batch", "render", "fonts", "layout", "word", "wrap", "word-wrap", "word-wrapping", "wrapping", "glyph", "glyphs" ], "author": { "name": "Tran Rémi", "email": "tranremi@live.fr", "url": "https://github.com/trinketmage" }, "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/trinketmage/three-glyph/issues" }, "homepage": "https://github.com/trinketmage/three-glyph#readme", "dependencies": { "quad-indices": "^2.0.1", "three": "^0.170.0", "word-wrapper": "^1.0.7" }, "devDependencies": { "@pangenerator/tweakpane-textarea-plugin": "^2.0.0", "tweakpane": "^4.0.3", "vite": "^5.1.0" } }