animate-svg
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -1,5 +0,3 @@ | ||
export declare type SVGGeometryElement = (SVGPathElement | SVGLineElement) & { | ||
getTotalLength: () => number; | ||
}; | ||
export declare type SVGGeometryElement = SVGPathElement | SVGLineElement; | ||
declare var _default: (path: SVGGeometryElement, speed: number, reverse?: boolean) => Promise<Event>; | ||
export default _default; |
{ | ||
"name": "animate-svg", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Animate SVG paths & lines", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
export type SVGGeometryElement = (SVGPathElement | SVGLineElement) & { getTotalLength: () => number } | ||
export type SVGGeometryElement = SVGPathElement | SVGLineElement | ||
@@ -3,0 +3,0 @@ function getLength(path: SVGGeometryElement) { |
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
7292
104