UNPKG

@vrism/viewer-sdk

Version:

React and Vanilla JavaScript SDK for embedding 3D product viewers powered by Verge3D technology

28 lines (27 loc) 631 B
import { VrismViewer as r } from "./react/index.js"; const E = { /** 원형 회전 로더 (기본) */ CIRCLE: "circle", /** 가로형 진행률 바 로더 */ BAR: "bar" }, R = { /** 작은 크기 (24px) */ SMALL: "small", /** 중간 크기 (48px, 기본값) */ MEDIUM: "medium", /** 큰 크기 (72px) */ LARGE: "large" }, I = { /** 전체화면 버튼 */ FULLSCREEN: "FULLSCREEN", /** 제스처 가이드 */ GESTUREGUIDE: "GESTUREGUIDE", /** 정보/도움말 버튼 */ INFORMATION: "INFORMATION" }; export { R as LOADER_SIZES, E as LOADER_TYPES, I as UI_INTERFACE_TYPES, r as VrismViewer };