substance-cheerio
A customized and pre-bundled version of cheerio.
Example:
var $ = require('substance-cheerio')
var $el = $('<div>').addClass('foo').attr('data-id', 'foo')
$el.append($('<span>').text('blupp'))
A customized and pre-bundled version of cheerio.
Example:
var $ = require('substance-cheerio')
var $el = $('<div>').addClass('foo').attr('data-id', 'foo')
$el.append($('<span>').text('blupp'))
npm i substance-cheerio
4
0.1.2
MIT