migrating cjs -> esm

This commit is contained in:
2024-10-07 20:48:28 +03:00
parent b91c95bde3
commit 3609a154a9
8 changed files with 27 additions and 18 deletions

12
dist/index.html vendored Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>ZKL Key Derivation Service Demo</title>
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>