UNPKG

vue-carousel-3d

Version:

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

16 lines (13 loc) 238 B
var nodes = require('../nodes'); /** * Get Math `prop`. * * @param {String} prop * @return {Unit} * @api private */ function math(prop){ return new nodes.Unit(Math[prop.string]); } math.params = ['prop']; module.exports = math;