1.0.0 • Published 9 years ago

bespoke-title v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

bespoke-title

Automatically sets the document title to match the title of the active slide in a Bespoke.js presentation.

Usage

This plugin is shipped in a UMD format, meaning it is available as a CommonJS/AMD module or as a browser global.

For example, when using CommonJS modules:

var bespoke = require('bespoke'),
  title = require('bespoke-title');

bespoke.from('.deck', [
  title()
]);

When using browser globals:

bespoke.from('.deck', [
  bespoke.plugins.title()
]);

For more information about options and how the plugin works, see the complete README.

License

MIT License