28 lines
298 B
Markdown
28 lines
298 B
Markdown
# @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**.
|