UNPKG

@plattar/plattar-ar-adapter

Version:

Plattar AR Adapter for interfacing with Google & Apple WebAR

9 lines (8 loc) 211 B
import { ARViewer } from "./ar-viewer"; export default class SceneViewer extends ARViewer { isVertical: boolean; constructor(); get nodeType(): string; get device(): string; start(): void; }