@bundled-es-modules/diffable-html

mirror of diffable-html, bundled and exposed as ES module

Usage no npm install needed!

<script type="module">
  import bundledEsModulesDiffableHtml from 'https://cdn.skypack.dev/@bundled-es-modules/diffable-html';
</script>

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>