🦑 Common set of html operations.
npm install xhtml.jsIn a browser:
``html`
use:
`js`
xhtml.XXX();
or
`js`
xhtml(nodes).XXX();
Using npm:
`shell`
$ npm i xhtml.js
Note: add --save if you are using npm < 5.0.0
`js`
const xhtml = require('xhtml.js');
or
`js``
import xhtml from 'xhtml.js';
Copyright (c) 2019-2020 走一步 再走一步