mirror of
https://git.roussel.pro/public-website/singapore_rain_radar.git
synced 2026-02-09 02:20:17 +01:00
video generation working
This commit is contained in:
@@ -1,9 +1,14 @@
|
||||
import { initImages, updateImages } from './downloader.mjs';
|
||||
import { createVideo } from './video.mjs';
|
||||
|
||||
const IMAGE_COUNT = 5;
|
||||
|
||||
initImages(IMAGE_COUNT).then(() => {
|
||||
console.log('Downloaded initial images successfully');
|
||||
createVideo().then(() => {
|
||||
console.log('Generated final images successfully');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user