@leoncvlt/ar-button
Advanced tools
Comparing version 0.2.1 to 0.2.2
25
index.js
@@ -165,13 +165,16 @@ // constants to check for various platforms / AR subsytems support | ||
activateAR({ | ||
iosSrc, | ||
applePayButtonType, | ||
checkoutTitle, | ||
checkoutSubtitle, | ||
price, | ||
callToAction, | ||
customBanner, | ||
customHeight, | ||
noScale, | ||
}); | ||
activateAR( | ||
{ | ||
iosSrc, | ||
applePayButtonType, | ||
checkoutTitle, | ||
checkoutSubtitle, | ||
price, | ||
callToAction, | ||
customBanner, | ||
customHeight, | ||
noScale, | ||
}, | ||
button | ||
); | ||
}); | ||
@@ -178,0 +181,0 @@ } else if (compat.IS_SCENEVIEWER_CANDIDATE) { |
{ | ||
"name": "@leoncvlt/ar-button", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A web component to easily display 3D models in native AR across browsers and mobile devices", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
23072
244