Feature: first working version of inspecting 360° images

This commit is contained in:
Pieter Vander Vennet 2025-03-30 03:10:29 +02:00
parent 7d104b4266
commit 01ba98a820
24 changed files with 330 additions and 436 deletions

View file

@ -116,4 +116,8 @@ export class Imgur extends ImageProvider {
return license
}
getPanoramaInfo(image: { id: string }): undefined {
return undefined
}
}