This package converts Shopify's Rich Text Metafields to an HTMLElement.
const input = {...};
const richtext = renderRichText(input);
document.body.append(richtext);| Name | Name | Last commit date | ||
|---|---|---|---|---|
This package converts Shopify's Rich Text Metafields to an HTMLElement.
const input = {...};
const richtext = renderRichText(input);
document.body.append(richtext);