@real2u/javascript-ar-sdk
Advanced tools
JavaScript SDK for Augmented Reality on the web.
Weekly downloads
Readme
JavaScript SDK for Augmented Reality on the web.
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>;
}
Please refer to the real2u-integration
repository for more information.
FAQs
JavaScript SDK for Augmented Reality on the web.
The npm package @real2u/javascript-ar-sdk receives a total of 655 weekly downloads. As such, @real2u/javascript-ar-sdk popularity was classified as not popular.
We found that @real2u/javascript-ar-sdk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.