Big news!Introducing Socket AI - ChatGPT-Powered Threat Analysis.Learn more
Socket
Socket

@real2u/javascript-ar-sdk

Package Overview
Dependencies
7
Maintainers
2
Versions
24
Issues
File Explorer

Advanced tools

@real2u/javascript-ar-sdk

JavaScript SDK for Augmented Reality on the web.

    2.1.4latest
    npm

Version published
Maintainers
2
Weekly downloads
743
decreased by-14.7%

Weekly downloads

Readme

Source

JavaScript AR SDK

JavaScript SDK for Augmented Reality on the web.

Methods

Defines a global Real2U variable with the following methods

interface Real2U { init: (params: {customerId: string}) => Promise<void>; isActive: (sku: string) => Promise<boolean>; openAR: (params: { sku: string; name: string; resize?: boolean }) => Promise<void>; getOpenARLink: (sku: string) => Promise<string>; create3DViewer: (params: { element: HTMLElement; sku: string; name: string; popup: boolean; progressBarPosition?: 'top' | 'middle' | 'bottom'; poster?: string | null; }) => Promise<void>; }

Integration

Please refer to the real2u-integration repository for more information.

FAQs

Last updated on 07 Aug 2020

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
Socket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc