https://github.com/tientham/grf-vid-pr
https://github.com/tientham/grf-vid-pr
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tientham/grf-vid-pr
- Owner: tientham
- License: mit
- Created: 2023-09-08T05:54:48.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-09T08:11:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-12T14:05:46.429Z (over 1 year ago)
- Language: Java
- Size: 586 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# grf-vid-pr
Video Processing Module
## Installation
```sh
npm install grf-vid-pr
```
## Usage
```js
import { multiply } from 'grf-vid-pr';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT