Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jeyabbalas committed Jun 5, 2023
1 parent af3a524 commit bf849df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ A WebAssembly port of the [iCARE Python package](https://github.com/jeyabbalas/p

The ES6 library can be imported using jsDelivr CDN:

```js
import { loadWasmICARE } from 'https://cdn.jsdelivr.net/gh/jeyabbalas/wasm-icare@1.0.0/dist/wasm-icare.js';

const icare = await loadWasmICARE();
```


## Usage

Expand Down

0 comments on commit bf849df

Please sign in to comment.