@indepthwebsolutions/zaza-description-validation
v1.0.5
Published
Check for proper html syntax in shopify product description.
Maintainers
Readme
Shopify Description Validation
Usage
This is package for node.
Installation
NPM
npm i @indepthwebsolutions/zaza-description-validationYARN
yarn add @indepthwebsolutions/zaza-description-validationUsage
import zazaDescriptionValidation from '@indepthwebsolutions/zaza-description-validation';
// req.body.text is where you should pass the shopify description.
zazaDescriptionValidation(req.body);