UNPKG
points-on-path
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.1
0.1.0
0.0.1
Estimate points on a SVG path
github.com/pshihn/points-on-path
pshihn/points-on-path
points-on-path
/
lib
/
index.d.ts
4 lines
(3 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
import
{
Point
}
from
'points-on-curve'
;
export
{
Point
}
from
'points-on-curve'
;
export
declare
function
pointsOnPath
(
path
:
string
,
tolerance
?:
number
,
distance
?:
number
):
Point
[][];