# Javascript/Typescript bindings for Iota/Streams framework
Iota Streams bindings for node and browser.
## ⭐ USAGE

```
yarn add iota-streams-wasm
```

```
npm i iota-streams-wasm
```

- In NodeJs
```js
import { ... } from 'iota-streams-wasm/node';
```
- In Browser

```js
import { ... } from 'iota-streams-wasm/web';
```

## EXAMPLES
https://github.com/iotaledger/streams/tree/develop/bindings/wasm/examples


## Note:
### This is a published library that handles the build proccess and provides ready to use bindings from : https://github.com/iotaledger/streams 