mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
7 lines
117 B
TypeScript
7 lines
117 B
TypeScript
import { processImage } from '@server/helpers/image-utils'
|
|
|
|
module.exports = processImage
|
|
|
|
export {
|
|
processImage
|
|
}
|