I'm working on a project that involves an "edit box" where users can write text, add emojis, change the background color, insert images, and more.
After users finish creating their content, I want them to be able to send it via email. This means I need to extract the HTML and CSS of the edit box.
I've tried looking for solutions online, but most examples involve using browser developer tools or extensions. I'm looking for a way to achieve this automatically without manual intervention.
Any help would be appreciated! Thank you.