Guide or resources for developing a Plotly Graphing Library for a programming language

Hello! I am investigating implementing a Plotly Graphing Library for a programming language that is currently not supported. Other than looking at Plotly.js, Plotly for Python and Plotly.NET for F# and C#, I am looking for some pointers and guidelines to follow while implementing this. I am somewhat new to so-called “frontend” libraries and JavaScript, although I have a fair amount of experience with plots and desktop GUIs.

It seems Plotly for Python and Plotly.NET mainly wrap Plotly.js. Is this correct? Is that the primary path forward for other languages implementing libraries?

If someone has a sort of sequenced gameplan for doing this, that would be great.

I am wanting to implement this Plotly library for Elixir and potentially Erlang.

Thank you!