kjerandp / curve-interpolator

Interpolate values over a cubic Cardinal/Catmull-Rom curve
https://kjerandp.github.io/curve-interpolator/
MIT License
49 stars 6 forks source link

Fixed "types" value: Correct path to index.d.ts #7

Closed David1bit closed 4 years ago

David1bit commented 4 years ago

The incorrect path causes, that TypeScript is not able to find the .d.ts definition file and hence will interpret all imports from "curve-interpolator" package as any.

kjerandp commented 4 years ago

Thank you