dom-format
v1.0.0
Published
```bash npm i -s dom-format # or yarn add dom-format ```
Readme
dom-format
npm i -s dom-format
# or
yarn add dom-formatimport domFormat from "dom-format";
const domString = `<div><img /><img /><img /></div>`;
domFormat(domString, "img");