xmlfmt

Format XML string.

Usage no npm install needed!

<script type="module">
  import xmlfmt from 'https://cdn.skypack.dev/xmlfmt';
</script>

README

xmlfmt Build Status

Format XML string.

Install

npm install xmlfmt

Usage

const xmlfmt = require('xmlfmt');

xmlfmt('<foo>Foo!</foo>');

License

MIT © Shogo Sensui