UNPKG

@egjs/view360

Version:

360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.

10 lines (6 loc) 239 B
import { PanoViewer } from "../PanoViewer"; import withMethods from "./withMethods"; const withPanoViewerMethods = (prototype: any, name: string) => { withMethods(PanoViewer, prototype, name); }; export default withPanoViewerMethods;