UNPKG

vue-carousel-3d

Version:

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

11 lines (7 loc) 208 B
'use strict'; const yaml = require('js-yaml'); const escapeYAML = require('hexo-front-matter').escape; function yamlHelper(data) { return yaml.load(escapeYAML(data.text)); } module.exports = yamlHelper;