@indepthwebsolutions/generate-shopify-product-description
v1.0.3
Published
Generate html template for shopify product description
Maintainers
Readme
Generate Shopify Product Description
Usage
This package helps format text into html suitable for shopify's product description.
Installation
NPM
npm i @indepthwebsolutions/shopify-product-descriptionYARN
yarn add @indepthwebsolutions/shopify-product-descriptionUsage
import generateShopifyProductDescription from '@indepthwebsolutions/generate-shopify-product-description';
const validationResponse = generateShopifyProductDescription(req.body);
Pass the following parameters in the request body:
{
description,
parameters,
linksAndImages
}