Skip to content

Commit

Permalink
Merge pull request #5 from aras-digital/feature/iframe-added
Browse files Browse the repository at this point in the history
Feature/iframe added
  • Loading branch information
sefakeremkocakoglu authored Jun 4, 2024
2 parents e4208e7 + 72e357a commit 1c3740d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adx barcode scanning web application
</head>
<body>
<h1>Ana Sayfa</h1>
<iframe src="zbar-wasm/index.html" style="width: 600px; height: 400px;"></iframe>
<iframe src="https://aras-digital.github.io/adx-barcodes/zbar-wasm/index.html" style="width: 600px; height: 400px;"></iframe>
<script>
window.addEventListener('message', (event) => {
alert(`İframe'den gelen mesaj: ${event.data.value}`);
Expand All @@ -29,3 +29,5 @@ Adx barcode scanning web application
---
# 🚀 Demo
[https://aras-digital.github.io/adx-barcodes/](https://aras-digital.github.io/adx-barcodes/)
# 🧪 Test
[https://aras-digital.github.io/adx-barcodes/test.html](https://aras-digital.github.io/adx-barcodes/test.html)

0 comments on commit 1c3740d

Please sign in to comment.