Simplify.js is a JavaScript library for simplifying polylines.
The library drastically reduces the amount of points that are used to draw a polyline, allowing for a significant performance boost.
As the shape is what’s most important when drawing polylines, the library is all but mandatory if you have data which generates thousands of points in a graph–the performance boost is huge even on small simplification ratios.
















