Add node version limitation
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
|
||||
# ffmpeg.js
|
||||
|
||||
[](https://img.shields.io/node/v/@ffmpeg/ffmpeg.svg)
|
||||
[](https://github.com/ffmpegjs/ffmpeg.js/actions)
|
||||
[](https://github.com/ffmpegjs/ffmpeg.js/graphs/commit-activity)
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
@@ -60,6 +61,8 @@ const worker = createWorker();
|
||||
$ npm install @ffmpeg/ffmpeg
|
||||
```
|
||||
|
||||
> As we use `worker_threads` which was introduced in Node.js v10.5.0, please remember to add `--experimental-worker` if you are using Node.js v10, and you don't have to add anything if you are using Node.js v12
|
||||
|
||||
## Documentation
|
||||
|
||||
- [API](https://github.com/ffmpegjs/ffmpeg.js/blob/master/docs/api.md)
|
||||
|
||||
Reference in New Issue
Block a user