bespoke-qrcode

This plugin generates and displays a QR code for all external hyperlinks in a bespoke.js presentation.

When a viewer hovers on such a link, a small QR code icon appears and, if he/she clicks it, a fullscreen QR code that encodes the URL appears.

It is dismissed when the viewer clicks anywhere on the presentation.

Repository

Configuration

The plugin constructor can take a configuration object like this:

var qrcode = bespoke.plugins.qrcode({
  insertStyles: false   // Defaults to true
});