UNPKG

fetch-fic

Version:

Package up delicious, delicious fanfic from various sources into epub ebooks ready for reading in your ereader of choice.

7 lines (5 loc) 130 B
'use strict' const parse5 = require('parse5') module.exports = function (html) { return parse5.serialize(parse5.parse(html)) }