UNPKG

react-carousel-query

Version:

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

7 lines 177 B
import "core-js/modules/es.promise.js"; import fse from 'fs-extra'; export async function readTemplate(filename) { return fse.readFile(filename, { encoding: 'utf8' }); }