()
| 4152 | requestAnimationFrame(updateTextures); |
| 4153 | } |
| 4154 | function generateTextures() { |
| 4155 | textureFgCtx.drawImage(videoBg, 0, textureBgSize.height, textureFgSize.width, textureFgSize.height, 0, 0, textureFgSize.width, textureFgSize.height); |
| 4156 | textureBgCtx.drawImage(videoBg, 0, 0, textureBgSize.width, textureBgSize.height, 0, 0, textureBgSize.width, textureBgSize.height); |
| 4157 | } |
| 4158 | |
| 4159 | },{"./create-canvas":201,"./image-loader":203,"./rain-renderer":205,"./raindrops":206,"core-js":1}],205:[function(require,module,exports){ |
| 4160 | "use strict"; |
no outgoing calls
no test coverage detected