MCPcopy
hub / github.com/regl-project/regl / TextMesh

Interface TextMesh

example/typescript/text.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13const regl = REGL()
14
15interface TextMesh {
16 edges: REGL.Vec2;
17 positions: REGL.Vec2;
18}
19
20const textMesh: TextMesh = vectorizeText('hello regl!', {
21 textAlign: 'center',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…