@brndts/brndts-ads 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -20,7 +20,6 @@ Here's a quick example of how to use Brndts Ads:
|
|
20
20
|
import BrndtsAds from "@brndts/brndts-ads";
|
21
21
|
|
22
22
|
const ads = new BrndtsAds("#player", {
|
23
|
-
host: "<WE PROVIDE THIS>",
|
24
23
|
key: "<WE PROVIDE THIS>",
|
25
24
|
auth: {
|
26
25
|
host: "<WE ALSO PROVIDE THIS>",
|
@@ -28,6 +27,11 @@ const ads = new BrndtsAds("#player", {
|
|
28
27
|
});
|
29
28
|
```
|
30
29
|
|
30
|
+
To use BRNDTS you just need to provide two arguments:
|
31
|
+
|
32
|
+
- The first one is a CSS Selector that identifies the element in which you want to present BRNDTS Ads.
|
33
|
+
- The second is a configuration object with information about your **key** and **authentication host**.
|
34
|
+
|
31
35
|
## License
|
32
36
|
|
33
37
|
See the [LICENSE](LICENSE) file for details.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@brndts/brndts-ads",
|
3
|
-
"version": "0.0.
|
3
|
+
"version": "0.0.3",
|
4
4
|
"description": "BRNDTS harnesses the power of AI to analyze videos in real-time, even live streams! It identifies optimal placements for realistic ad integration. Then, our platform seamlessly connects with your ad server to populate those placements with targeted ads.",
|
5
5
|
"main": "./dist/index.js",
|
6
6
|
"module": "./dist/index.mjs",
|