1.0.3 • Published 2 years ago
@indepthwebsolutions/generate-shopify-product-description v1.0.3
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
}