example usage demo

This commit is contained in:
2024-08-30 12:25:04 +03:00
parent 7caf011bf8
commit fa44bfe2eb
3 changed files with 102 additions and 0 deletions

15
index.html Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>ZKL Crypto Provider Demo</title>
</head>
<body>
<h1>ZKL Crypto Provider Demo</h1>
<p>Upload a file to be encrypted. The ciphertext will be presented as a bitmap here.</p>
<input type="file" id="fileInput">
<canvas id="bitmapCanvas"></canvas>
<hr>
<p>Yigid BALABAN, <a href="https://fybx.dev/">https://fybx.dev/</a></p>
<script src="dist/bundle.js"></script>
</body>
</html>