An open API service indexing awesome lists of open source software.

https://github.com/aumetra/twitch-stream-extractor-js

WASM bindings for twitch-stream-extractor
https://github.com/aumetra/twitch-stream-extractor-js

Last synced: 4 months ago
JSON representation

WASM bindings for twitch-stream-extractor

Awesome Lists containing this project

README

        

# twitch-stream-extractor-js

WASM bindings for [twitch-stream-extractor](https://github.com/smallglitch/twitch-stream-extractor)

## Building

Requires `wasm-pack`

NodeJS:

```
wasm-pack build --target nodejs
```

Browser:

```
wasm-pack build --target web
```