UNPKG

three-glyph

Version:

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

11 lines (9 loc) 215 B
import GlyphGeometry from './GlyphGeometry.js' import GlyphMaterial, { GlyphShader } from './GlyphMaterial.js' import { Glyph } from './Glyph.js' export { GlyphGeometry, GlyphMaterial, GlyphShader, Glyph }