mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2025-11-01 19:32:27 +08:00
5 lines
137 B
JavaScript
5 lines
137 B
JavaScript
export const PLUGINS = [
|
|
"plugin_grayscale",
|
|
];
|
|
export const DEFAULT_TILE_SERVER = "https://tile.openstreetmap.org/{z}/{x}/{y}.png";
|