UNPKG

@plattar/plattar-ar-adapter

Version:

Plattar AR Adapter for interfacing with Google & Apple WebAR

8 lines (7 loc) 190 B
import { ARViewer } from "./ar-viewer"; export default class QuicklookViewer extends ARViewer { constructor(); get nodeType(): string; get device(): string; start(): void; }