version-delta-library

Delta constructtor for methodology model versioning feature

Usage no npm install needed!

<script type="module">
  import versionDeltaLibrary from 'https://cdn.skypack.dev/version-delta-library';
</script>

README

Use the following command to get the Version module available in the browser

For when you do have the dependencies on the client:

$ npm run build

For when you do not have the dependencies on the client

$ npm run build-with-dependencies

Both commands will generate a file in the dist folder, that's the one you have to use as your library.

For an example check out here.