mirror of
https://git.roussel.pro/public-website/singapore_rain_radar.git
synced 2026-02-09 02:20:17 +01:00
7 lines
130 B
JavaScript
7 lines
130 B
JavaScript
import { initImages } from './generate.mjs';
|
|
|
|
initImages(10).then(() => {
|
|
console.log('Downloaded images successfully');
|
|
});
|
|
|