UNPKG

ineed

Version:

Web scraping and HTML-reprocessing. The easy way.

13 lines (10 loc) 230 B
module.exports = { name: 'comments', extends: 'reprocess', init: function (ctx, replacer) { this.replacer = replacer; }, onComment: function (comment) { return this.replacer(comment) } };