UNPKG

vue-carousel-3d

Version:

Beautiful, flexible and touch supported 3D Carousel for Vue.js

17 lines (14 loc) 331 B
var path = require('path'); /** * Peform a path join. * * @param {String} path * @return {String} * @api public */ (module.exports = function pathjoin(){ var paths = [].slice.call(arguments).map(function(path){ return path.first.string; }); return path.join.apply(null, paths).replace(/\\/g, '/'); }).raw = true;