Skip to content

Commit 204e4fc

Browse files
committed
Merge branch 'master' of https://github.com/thednp/svg-path-commander into vladta/tree-shake-iife
2 parents 6596a25 + 37b0c2f commit 204e4fc

7 files changed

+8
-4
lines changed

dist/svg-path-commander.cjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.d.cts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,8 @@ declare const pathToCurve: (pathInput: string | PathArray) => CurveArray;
801801
*/
802802
declare const pathToString: (path: PathArray, roundOption?: number | "off") => string;
803803

804+
declare const error = "SVGPathCommander Error";
805+
804806
/**
805807
* Parses a path string value and returns an array
806808
* of segments we like to call `pathArray`.

dist/svg-path-commander.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -801,6 +801,8 @@ declare const pathToCurve: (pathInput: string | PathArray) => CurveArray;
801801
*/
802802
declare const pathToString: (path: PathArray, roundOption?: number | "off") => string;
803803

804+
declare const error = "SVGPathCommander Error";
805+
804806
/**
805807
* Parses a path string value and returns an array
806808
* of segments we like to call `pathArray`.

dist/svg-path-commander.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/svg-path-commander.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/svg-path-commander.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/temp

Whitespace-only changes.

0 commit comments

Comments
 (0)