UNPKG

@nzz/q-server

Version:

__Q__ is a system that lets journalists create visual elements for stories. It is developed by [NZZ Storytelling](https://www.nzz.ch/storytelling) and used in the [NZZ](https://www.nzz.ch) newsroom.

16 lines (11 loc) 243 B
const routes = require('./routes.js'); const screenshot = { register: function(server, options, next) { server.route(routes); next(); } } screenshot.register.attributes = { name: 'q-screenshot' } module.exports = screenshot;