use const for blurhash field

This commit is contained in:
Michael Telatynski 2021-05-21 21:19:41 +01:00
parent 254697644e
commit dbca9b4625
2 changed files with 3 additions and 2 deletions

View file

@ -49,7 +49,7 @@ const MAX_HEIGHT = 600;
// 5669 px (x-axis) , 5669 px (y-axis) , per metre
const PHYS_HIDPI = [0x00, 0x00, 0x16, 0x25, 0x00, 0x00, 0x16, 0x25, 0x01];
const BLURHASH_FIELD = "xyz.amorgan.blurhash"; // MSC2448
export const BLURHASH_FIELD = "xyz.amorgan.blurhash"; // MSC2448
const BLURHASH_X_COMPONENTS = 6;
const BLURHASH_Y_COMPONENTS = 6;