UNPKG

patchbay-scry

Version:

figure out a meeting time with friends, (like doodle, but for scuttlebutt)

9 lines (7 loc) 169 B
const { h } = require('mutant') const getCSS = require('./get-css') module.exports = () => { document.head.appendChild( h('style', { innerHTML: getCSS() }) ) }