Looping Presentations for Bespoke.js
Download the production version or the development version, or use a package manager.
This plugin is shipped in a UMD format, meaning that it is available as a CommonJS/AMD module or browser global.
For example, when using CommonJS modules:
var bespoke = require('bespoke'),
loop = require('bespoke-loop');
bespoke.from('article', [
loop()
]);
When using browser globals:
bespoke.from('article', [
bespoke.plugins.loop()
]);
$ npm install bespoke-loop
$ bower install bespoke-loop
This plugin was built with generator-bespokeplugin.