UNPKG

virtual360-react

Version:

Virtual360 is an amazing pure React component which stitches together set of images into a smooth 360-degree image. This component is perfect for developers who want to provide ultimate and immersive user experience.

21 lines (13 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyledMainImageWrapper = exports.StyledMainImage = undefined; var _templateObject = _taggedTemplateLiteral(["\n width: 100%;\n height: 100%;\n"], ["\n width: 100%;\n height: 100%;\n"]), _templateObject2 = _taggedTemplateLiteral(["\n cursor: grab;\n width: 100%;\n height: 100%;\n"], ["\n cursor: grab;\n width: 100%;\n height: 100%;\n"]); var _styledComponents = require("styled-components"); var _styledComponents2 = _interopRequireDefault(_styledComponents); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); } var StyledMainImage = exports.StyledMainImage = _styledComponents2.default.img(_templateObject); var StyledMainImageWrapper = exports.StyledMainImageWrapper = _styledComponents2.default.div(_templateObject2);