UNPKG

ferment

Version:

Peer-to-peer audio publishing and streaming application. Like SoundCloud but decentralized. A mashup of ssb, webtorrent and electron.

11 lines (9 loc) 178 B
var MarkdownHook = require('./markdown-hook') var h = require('./h') module.exports = function (value) { return h('div', { hooks: [ MarkdownHook(value) ] }) }