```bash npm i @shop25/promotion-client
npm install @shop25/banners-client``bash
npm i @shop25/promotion-client
import { PromotionClient } from "@shop25/promotions-client"
const client = new PromotionClient({
host: "http://localhost:5554",
lang: "ru",
location: "header",
project: "vodnik",
});
client.mount(element);
``