UNPKG

smooth-scrollbar

Version:

Customize scrollbar in modern browsers with smooth scrolling experience.

6 lines (5 loc) 76 B
// 2-dimension data set export type Data2d = { x: number, y: number, };