UNPKG
nearest-segment
Version:
latest (0.0.2)
0.0.2
0.0.1
Finds the segment of a line nearest to a point
github.com/mediasuitenz/nearest-segment
nearest-segment
/
index.js
3 lines
(2 loc)
•
67 B
JavaScript
View Raw
1
2
3
'use strict'
;
module
.
exports
=
require
(
'./lib/nearest-segment.js'
)