@acuityai/acuityai
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@acuityai/acuityai", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "The acuityai SDK is library that uses https://acuityai.com com for implement shoppable in video element by utilizing our easy interface.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -32,12 +32,13 @@ # AcuityAi SDK | ||
selector | string | required | here you can pass the selector for the shoppable interface know where it should place the product panel | ||
| | | | | | ||
|-|-|-|-| | ||
| property | type | | description | | ||
| selector | string | required | here you can pass the selector for the shoppable interface know where it should place the product panel | | ||
| cartButtonSelector | string | optional | here you can pass the selector for the cart button be placed inside, you can also create your on button using `events` and `actions`. | | ||
| company | string | required | name of the company created on the [https://customer.acuityai.com](https://customer.acuityai.com) | | ||
| video | element | optional | video element using the video element we are able to track, time, and dispatch actions like pause and play. If you don't want to pass the video element you can sync the product tray using `setProgress`. | | ||
| asset | string | required | this is the asset id that you can get from the [https://customer.acuityai.com](https://customer.acuityai.com) of the related video asset | | ||
cartButtonSelector | string | optional | here you can pass the selector for the cart button be placed inside, you can also create your on button using `events` and `actions`. | ||
company | string | required | name of the company created on the [https://customer.acuityai.com](https://customer.acuityai.com) | ||
video | element | optional | video element using the video element we are able to track, time, and dispatch actions like pause and play. If you don't want to pass the video element you can sync the product tray using `setProgress`. | ||
asset | string | required | this is the asset id that you can get from the [https://customer.acuityai.com](https://customer.acuityai.com) of the related video asset | ||
### Example | ||
@@ -44,0 +45,0 @@ |
110713
111