mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Move uuid stuff in extra utils
Since it requires an external dependency
This commit is contained in:
parent
fb3c9e2bf5
commit
0628157fe9
30 changed files with 44 additions and 28 deletions
|
@ -1,6 +1,7 @@
|
|||
import { copy, readFile, remove, rename } from 'fs-extra'
|
||||
import Jimp, { read } from 'jimp'
|
||||
import { buildUUID, getLowercaseExtension } from '@shared/core-utils'
|
||||
import { getLowercaseExtension } from '@shared/core-utils'
|
||||
import { buildUUID } from '@shared/extra-utils'
|
||||
import { convertWebPToJPG, processGIF } from './ffmpeg-utils'
|
||||
import { logger } from './logger'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue