react-three-d
Version:
A versatile React library designed to simplify the process of creating and manipulating 3D shapes using CSS.
9 lines • 393 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Flip = exports.Gallery = void 0;
var tslib_1 = require("tslib");
var Gallery_1 = tslib_1.__importDefault(require("./components/Gallery"));
exports.Gallery = Gallery_1.default;
var Flip_1 = tslib_1.__importDefault(require("./components/Flip"));
exports.Flip = Flip_1.default;
//# sourceMappingURL=index.js.map