mirror of
https://github.com/C9Glax/tranga.git
synced 2025-09-10 03:48:19 +02:00
Resize Covers on download
This commit is contained in:
18
API/Constants.cs
Normal file
18
API/Constants.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using SixLabors.ImageSharp;
|
||||
|
||||
namespace API;
|
||||
|
||||
public struct Constants
|
||||
{
|
||||
public const string TRANGA =
|
||||
"\n\n" +
|
||||
" _______ v2\n" +
|
||||
"|_ _|.----..---.-..-----..-----..---.-.\n" +
|
||||
" | | | _|| _ || || _ || _ |\n" +
|
||||
" |___| |__| |___._||__|__||___ ||___._|\n" +
|
||||
" |_____| \n\n";
|
||||
|
||||
public static readonly Size ImageSmSize = new (225, 320);
|
||||
public static readonly Size ImageMdSize = new (450, 640);
|
||||
public static readonly Size ImageLgSize = new (900, 1280);
|
||||
}
|
Reference in New Issue
Block a user