live-tour-lab
Version:
Create VR tours. Built on React VR. LiveTourLab is the #1 open source framework and ecosystem for creating Live Tours. Extend with your own VR components in minutes.
52 lines (45 loc) • 1.52 kB
JavaScript
import LiveTour from "./components/livetour/LiveTour"
import Navigation from "./components/nav/Navigation"
import InfoPopup from "./components/popup/InfoPopup"
import Card from "./components/card/Card"
import CardImage from "./components/card/CardImage"
import CardVideo from "./components/card/CardVideo"
import CardHeader from "./components/card/CardHeader"
import CardContent from "./components/card/CardContent"
import CardSmallTxt from "./components/card/CardSmallTxt"
import CardButtonRow from "./components/card/CardButtonRow"
import CardButton from "./components/card/CardButton"
import Preload from "./components/loader/Preload"
import LoadingInVr from "./components/loader/LoadingInVr"
import DevReload from './components/loader/DevReload';
import VrLog from './components/loader/VrLog';
import FadeInView from "./components/ltwrap/FadeInView"
import LTPhotoPano from "./components/ltwrap/LTPhotoPano"
import LTSound from "./components/ltwrap/LTSound"
import LTVideo from "./components/ltwrap/LTVideo"
import LTVideoAuto from "./components/ltwrap/LTVideoAuto"
import LTPhoto from "./components/ltwrap/LTPhoto"
import LTVideoPano from "./components/ltwrap/LTVideoPano"
export {
LiveTour,
Navigation,
InfoPopup,
Card,
CardImage,
CardVideo,
CardHeader,
CardContent,
CardSmallTxt,
CardButtonRow,
CardButton,
Preload,
LoadingInVr,
DevReload,
VrLog,
FadeInView,
LTPhotoPano,
LTSound,
LTVideo,
LTVideoAuto,
LTVideoPano,
};