UNPKG

midnight

Version:

Web framework for building modern web applications

12 lines (11 loc) 207 B
// Sky color plugin module.exports = { name: "sky-plugin", attach: (app, options = {}) => { this.options = options; }, init: (app, next) => { app.sky = this.options.color; next(); } };