Skip to content

Commit 098e2e2

Browse files
committed
Update README.md
1 parent 41ed417 commit 098e2e2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ const worker = createWorker();
5353
await worker.transcode('test.avi', 'test.mp4');
5454
const { data } = await worker.read('test.mp4');
5555
fs.writeFileSync('./test.mp4', data);
56+
await worker.terminate();
5657
})();
5758
```
5859

@@ -74,6 +75,10 @@ Or, using a script tag in the browser:
7475
</script>
7576
```
7677

78+
## Examples
79+
80+
- With React: https://github.com/ffmpegjs/react-app
81+
7782
## Documentation
7883

7984
- [API](https://github.com/ffmpegjs/ffmpeg.js/blob/master/docs/api.md)

0 commit comments

Comments
 (0)