export type LineCapType = `butt` | `round` | `square`; export type LineJoinType = `bevel` | `round` | `miter`; //# sourceMappingURL=types.d.ts.map