Converts HTML to string

PHOTO EMBED

Mon Apr 25 2022 11:47:30 GMT+0000 (Coordinated Universal Time)

Saved by @nimaSm #utils

export const htmlToString = (html) => html.replace(/<\/?[^>]+(>|$)/g, "");
content_copyCOPY