Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radames committed Jul 15, 2020
1 parent 3cf699f commit 8872e44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions wasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<script src="https://cdn.jsdelivr.net/npm/skeleton-tracing-wasm/build/trace_skeleton_wasm.js"></script>
```
```js
const TraceSkeleton = require('skeleton-tracing-wasm)
const TraceSkeleton = require('skeleton-tracing-wasm')

import TraceSkeleton from 'skeleton-tracing-wasm';
import TraceSkeleton from 'skeleton-tracing-wasm'
```

You first need to initiate/load the wasm module calling a static method `load()`
Expand Down
2 changes: 1 addition & 1 deletion wasm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "skeleton-tracing-wasm",
"version": "1.0.2",
"version": "1.0.3",
"description": "A new algorithm for retrieving topological skeleton as a set of polylines from binary images: WASM version",
"main": "build/trace_skeleton_wasm.js",
"unpkg": "build/trace_skeleton_wasm.min.js",
Expand Down

0 comments on commit 8872e44

Please sign in to comment.