1.0.3 • Published 1 year ago

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

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year 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

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago