My goal is to create an API which generate image from dataviz. I used Reactjs with recharts to generate charts and then I generate an image of the graph and send it to an API. It works fine behind a browser. My React App this compiled into a signle JS file
How can I execute on a server side, I tried with a node.js server without success