Get a glyph set by name.
Name of glyph set to get.
Requested glyph set.
import {Draw} from 'effect-tree'const glyph = Draw.glyphSet('thick').elbowexpect(glyph).toBe('┗') Copy
import {Draw} from 'effect-tree'const glyph = Draw.glyphSet('thick').elbowexpect(glyph).toBe('┗')
Get a glyph set by name.