svg-path-properties
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -1,2 +0,2 @@ | ||
// http://geoexamples.com/path-properties/ Version 0.5.0. Copyright 2019 Roger Veciana i Rovira. | ||
// http://geoexamples.com/path-properties/ Version 0.4.10. Copyright 2019 Roger Veciana i Rovira. | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
{ | ||
"name": "svg-path-properties", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Calculate the length for an SVG path, to use it with node or a Canvas element", | ||
@@ -14,2 +14,3 @@ "keywords": [ | ||
"main": "build/path-properties.js", | ||
"types": "./path-properties.d.ts", | ||
"jsnext:main": "index", | ||
@@ -16,0 +17,0 @@ "repository": { |
@@ -47,3 +47,3 @@ declare module "svg-path-properties" { | ||
export type SvgPathProperties = { | ||
getTotalLength: (length: number) => number; | ||
getTotalLength: () => number; | ||
getPointAtLength: (length: number) => Point; | ||
@@ -50,0 +50,0 @@ getTangentAtLength: (length: number) => Point; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
136433
15