Skip to content

Commit

Permalink
work ledneon example
Browse files Browse the repository at this point in the history
  • Loading branch information
metaforpro committed Nov 22, 2023
1 parent cddd7f3 commit 1e60d6b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# skeleton-tracing
# skeleton-tracing

```html
<script src="https://zavx0z.github.io/skeleton-tracing/index.js" type="module" async></script>
<skeleton-tracing></skeleton-tracing>
```

![trace](doc/trace.png)
Binary file added bin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/trace.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class Component extends HTMLElement {
this.shadow.getElementById("result").innerHTML = viz

};
img.src = "./horse_r.png"
// img.src = "./horse_r.png"
img.src = "./bin.png"
// img.src = "./opencv-thinning-src-img.png"
// img.src = "./example2.BMP"
})
Expand Down

0 comments on commit 1e60d6b

Please sign in to comment.