# Usage

```js
import 'fast-readable-async-iterator'
import { Readable } from 'streamx'

const readstream = Readable.from(blob.stream())
```