xhtml.js
v1.1.2
Published
🦑 Common set of html operations.
Readme
xhtml.js
🦑 Common set of html operations.
Installation
In a browser:
<script src="https://cdn.jsdelivr.net/npm/xhtml.js"></script>use:
xhtml.XXX();or
xhtml(nodes).XXX();Using npm:
$ npm i xhtml.jsNote: add --save if you are using npm < 5.0.0
const xhtml = require('xhtml.js');or
import xhtml from 'xhtml.js';License
Copyright (c) 2019-2020 走一步 再走一步
