UNPKG

react-carousel-query

Version:

A infinite carousel component made with react that handles the pagination for you.

13 lines (9 loc) 207 B
'use strict' module.exports = text var u = require('unist-builder') function text(h, node) { return h.augment( node, u('text', String(node.value).replace(/[ \t]*(\r?\n|\r)[ \t]*/g, '$1')) ) }