mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-09 09:52:54 +01:00
4 lines
137 B
JavaScript
4 lines
137 B
JavaScript
export const PLUGINS = [
|
|
"plugin_grayscale",
|
|
];
|
|
export const DEFAULT_TILE_SERVER = "https://tile.openstreetmap.org/{z}/{x}/{y}.png";
|