aboutsummaryrefslogtreecommitdiff
path: root/src/api/utils/ThumbUtil.js
Commit message (Collapse)AuthorAgeFilesLines
* chore: update process.env usagePitu2021-06-151-5/+6
|
* fix: remove logPitu2020-12-251-2/+1
|
* Fix: thumbnail creationPitu2020-12-251-1/+1
|
* Fix: use webp for thumbnailsPitu2020-12-251-5/+5
|
* CleanupPitu2020-12-251-3/+0
|
* Fix ESLint rules once and for allPitu2020-12-241-2/+2
|
* bug: Thumbs are stored as webp and not as png anymoreZephyrrus2020-12-241-1/+1
|
* chore: remove trailing commasZephyrrus2020-12-241-4/+4
|
* chore: update lock filesZephyrrus2020-12-241-2/+2
|
* chore: linter the entire project using the new rulesZephyrrus2020-07-081-4/+10
|
* fix: errors in Util caused by separating into different classes improperlyZephyrrus2020-07-081-16/+25
|
* feat: experimental videos in gridZephyrrus2020-07-041-1/+7
|
* feat: refactor preview to support random fragment extractionZephyrrus2020-07-021-1/+1
|
* feat: experimental video preview generator in webm formZephyrrus2020-07-021-5/+6
|
* feat: add experimental meaningful preview extraction from videosZephyrrus2020-07-021-16/+42
| | | | For now, it sitll requires gifski. It could be rewritten to use webp instead of gifs, because that is a lot faster, uses less space and we could use ffmpeg for it.
* feat: externalize thumb generation function for easier testingZephyrrus2020-07-021-0/+60