1
0
Fork 0
peertube/server/lib/worker/workers/image-processor.ts

8 lines
117 B
TypeScript
Raw Normal View History

2022-06-27 09:53:12 +00:00
import { processImage } from '@server/helpers/image-utils'
module.exports = processImage
export {
processImage
}