@plattar/plattar-ar-adapter 1.118.2 → 1.120.2

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 CHANGED
@@ -35,7 +35,7 @@ npm install @plattar/plattar-ar-adapter
35
35
  - Launch AR for Plattar Products & Variations
36
36
 
37
37
  ```typescript
38
- import {ProductAR} from "@pattar/plattar-ar-adapter";
38
+ import {ProductAR} from "@plattar/plattar-ar-adapter";
39
39
 
40
40
  // grab your product/variation ID from the Plattar CMS
41
41
  const productID:string = "{YOUR_PRODUCT_ID}";
@@ -53,7 +53,7 @@ webAR.init().then((ar:ProductAR) => {
53
53
  - Launch AR for Plattar Scenes
54
54
 
55
55
  ```typescript
56
- import {SceneAR} from "@pattar/plattar-ar-adapter";
56
+ import {SceneAR} from "@plattar/plattar-ar-adapter";
57
57
 
58
58
  // grab your scene ID from the Plattar CMS
59
59
  const sceneID:string = "{YOUR_SCENE_ID}";