1.0.3 • Published 4 months ago

@indepthwebsolutions/generate-shopify-product-description v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

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-description

YARN

  yarn add @indepthwebsolutions/shopify-product-description

Usage

  import generateShopifyProductDescription from '@indepthwebsolutions/generate-shopify-product-description';

  const validationResponse = generateShopifyProductDescription(req.body);

Pass the following parameters in the request body:

  {
    description,
    parameters,
    linksAndImages
  }
1.0.3

4 months ago

1.0.2

6 months ago

1.0.1

6 months ago