media-recorder-js
Version:
WebRTC media recorder library for Javascript
23 lines • 494 B
JSON
{
"source": {
"include": ["src", "README.md"],
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"plugins": [
"plugins/markdown"
],
"markdown": {
"parser": "gfm",
"hardwrap": true
},
"opts": {
"encoding": "utf8",
"destination": "./docs/",
"template": "node_modules/docdash",
"recurse": true
},
"docdash": {
"sort": false
}
}