const preact = require('preact'); function animationDivs(classes) { switch (classes) { case 'blast-cast': return Array.from({ length: 100 }).map(j =>
); case 'blast-hit': return Array.from({ length: 100 }).map(j =>
); default: return
 
; } } module.exports = { animationDivs };