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 (11 loc) 420 B
const { fetchLiveCampaignProducts } = require("./api"); const { fetchLiveCampaignProductsWithHtml, renderLiveCampaignProducts, StyleConfig } = require("./render"); const { renderDynamicTemplate, renderCampaignsByCount } = require("./templates"); export { fetchLiveCampaignProducts, fetchLiveCampaignProductsWithHtml, renderLiveCampaignProducts, StyleConfig, renderDynamicTemplate, renderCampaignsByCount };