1.1.5 • Published 9 months ago

@brndts/brndts-ads v1.1.5

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
9 months ago

BRNDTS ADS

NPM Version

BRNDTS harnesses the power of AI to analyze videos in real-time! It identifies optimal placements for realistic ad integration. Then, our platform seamlessly connects with your ad server to populate those placements with targeted ads.

Installation

You can install this package via npm:

npm install @brndts/brndts-ads

Usage

Here's a quick example of how to use Brndts Ads:

import BrndtsAds from "@brndts/brndts-ads";

const ads = new BrndtsAds("#player", {
  key: "<WE PROVIDE THIS>",
  auth: {
    host: "<WE ALSO PROVIDE THIS>",
  },
});

To use BRNDTS you just need to provide two arguments:

  • The first one is a CSS Selector that identifies the element in which you want to present BRNDTS Ads.
  • The second is a configuration object with information about your key and authentication host.

License

See the LICENSE file for details.

Support

If you have any questions or need help, feel free to open an issue or contact us at support@brndts.com.

1.1.5

9 months ago

1.1.3

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

10 months ago

1.0.1

10 months ago

1.0.0

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago