Closed finbar123 closed 3 years ago
Hi is it possible to generate / return a base64 data string of the tag cloud so we can pass it to another component.
Thanks
Finbar
IMO, this kind of job (generate base64 data string) should not be done by a react component. You may want to try using d3-cloud directly and then export base64 data string from underlying canvas.
Hi is it possible to generate / return a base64 data string of the tag cloud so we can pass it to another component.
Thanks
Finbar