Skip to content

Commit

Permalink
examples のビルド方法を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
voluntas committed Oct 7, 2024
1 parent 8f77e7a commit b33d00c
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,27 @@
# Media Processors サンプル

本リポジトリが提供するメディア処理パッケージの実際に動作するサンプルです:
- 仮想背景: [virtual-background.html](virtual-background.html)
- ノイズ抑制: [noise-suppression.html](noise-suppression.html)

## サンプルの起動

```bash
pnpm dev
```

## サンプルのビルド

まずはライブラリのビルドをしておく必要があります。

```bash
pnpm build
```

その後、サンプルをビルドしてください

```bash
cd examples
pnpm build
```

## ライセンス

Expand Down

0 comments on commit b33d00c

Please sign in to comment.