@shop25/banners-client
v1.1.0
Published
```bash npm i @shop25/promotion-client
Downloads
14
Readme
Usage
npm i @shop25/promotion-client
import { PromotionClient } from "@shop25/promotions-client"
# Code
const element = document.querySelector<HTMLDivElement>("#my-banner-element")!;
const client = new PromotionClient({
host: "http://localhost:5554",
lang: "ru",
location: "header",
project: "vodnik",
});
client.mount(element);