mikolalysenko / vectorize-text

Turns a text string into a 2D poly line
MIT License
311 stars 21 forks source link

Top-level functions #10

Closed archmoj closed 5 years ago

archmoj commented 5 years ago

This PR simply moved the previously added functions to the top level. That may help improve the performance and issues such as https://github.com/plotly/plotly.js/issues/3379. The modules namely text-cache, gl-plot2d, gl-plot3d, gl-axes3d and gl-scatter3d are patched and tested in this Plotly PR: https://github.com/plotly/plotly.js/pull/3380.

etpinard commented 5 years ago

Ping @mikolalysenko !