diff --git a/fontkit.d.ts b/fontkit.d.ts index 06bdcb1..06be4a1 100644 --- a/fontkit.d.ts +++ b/fontkit.d.ts @@ -35,6 +35,11 @@ export interface Path { */ cbox: BoundingBox; + /** + * This property represents the commands to draw an SVG path. + */ + commands: { args: number[], command: string }[]; + /** * Moves the virtual pen to the given x, y coordinates. */