storycopter / storycopter-app

Storycopter App — Part of Storycopter, a new interactive documentary production suite for the Web.
https://storycopter.com
BSD 2-Clause "Simplified" License
12 stars 2 forks source link

Test media for file size #66

Open maboa opened 4 years ago

maboa commented 4 years ago

large background audio files may cause issues my bloating the project - would be good to make thee user aware.

piotrfonte commented 4 years ago

fs.stat('./IMG_2918.jpg', (err, data) => console.log(data.size)) fs.statSync('./IMG_2918.jpg').size works