mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
export default async ({ filePath, workPath }) => {
|
|
// TODO: Implement video compression logic
|
|
return {
|
|
filePath: filePath,
|
|
}
|
|
}
|