@bundled-es-modules/diffable-html
v4.0.0
Published
mirror of diffable-html, bundled and exposed as ES module
Downloads
90
Keywords
Readme
diffable-html
This is a mirror of diffable-html, bundled and exposed as ES module.
Install
npm install @bundled-es-modules/diffable-html
Use
<script type="module">
import toDiffableHtml from '@bundles-es-modules/diffable-html';
// or directly
import toDiffableHtml from '@bundles-es-modules/diffable-html/diffable-html.js';
</script>