UNPKG

view360-canex

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.

5 lines (4 loc) 316 B
import { ImageCandidate, VideoCandidate } from "../types"; export declare function merge(target: any, ...srcs: any[]): any; export declare function toImageElement(image: ImageCandidate): HTMLImageElement | HTMLImageElement[]; export declare function toVideoElement(videoCandidate: VideoCandidate): HTMLVideoElement;