| 13 | const regl = REGL() |
| 14 | |
| 15 | interface TextMesh { |
| 16 | edges: REGL.Vec2; |
| 17 | positions: REGL.Vec2; |
| 18 | } |
| 19 | |
| 20 | const textMesh: TextMesh = vectorizeText('hello regl!', { |
| 21 | textAlign: 'center', |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…