UNPKG

dgeni-alive

Version:
9 lines 197 B
/** * When specified on the document, prevents havigation to be shown */ module.exports = function() { return { name: 'fullscreen', transforms: [function (doc) { return true; }] }; };