UNPKG

ondc-campaign-sdk

Version:

[![npm version](https://img.shields.io/npm/v/ondc-campaign-sdk.svg)](https://www.npmjs.com/package/ondc-campaign-sdk) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Made with ❤️](https://img.shields.io/badge/Made%20with-%

13 lines (12 loc) 889 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.renderCampaignsByCount = exports.renderDynamicTemplate = exports.StyleConfig = exports.renderLiveCampaignProducts = exports.fetchLiveCampaignProductsWithHtml = exports.fetchLiveCampaignProducts = void 0; const { fetchLiveCampaignProducts } = require("./api"); exports.fetchLiveCampaignProducts = fetchLiveCampaignProducts; const { fetchLiveCampaignProductsWithHtml, renderLiveCampaignProducts, StyleConfig } = require("./render"); exports.fetchLiveCampaignProductsWithHtml = fetchLiveCampaignProductsWithHtml; exports.renderLiveCampaignProducts = renderLiveCampaignProducts; exports.StyleConfig = StyleConfig; const { renderDynamicTemplate, renderCampaignsByCount } = require("./templates"); exports.renderDynamicTemplate = renderDynamicTemplate; exports.renderCampaignsByCount = renderCampaignsByCount;