Update contribution

This commit is contained in:
jeromewu
2023-07-26 08:29:24 +00:00
parent 2efe3582e4
commit 5c2003894a
3 changed files with 87 additions and 0 deletions

View File

@@ -1 +1,27 @@
# @ffmpeg/util
The source code of @ffmpeg/util locates at **/packages/util**.
## Development
```bash
$ npm run dev
```
## Build
Transpile Typescript to JavaScript.
```bash
$ npm run build
```
## Lint
```bash
$ npm run lint
```
## Publish
Simply run `npm publish` under **packages/util**.