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.
RepositoryConfiguration
The plugin constructor can take a configuration object like this:
var qrcode = bespoke.plugins.qrcode({
insertStyles: false // Defaults to true
});
insertStyles
: aboolean
indicating whether the plugin should include some CSS rules to style the links and the fullscreen QR code