flexeo
flexeo
### Minimal, reproducible example ```TypeScript try { const pages = await currentBrowserInstance.browser.pages(); const page = pages[0]; await page.setViewport({ width: 100, height: 100 }); const watchDog = page.waitForFunction('!!window.DRAW_FINISH', {timeout: timeout}); await...
StackBlur does not work properly when there is an alpha channel in the image. There is a white outline in the result: [[](https://jsfiddle.net/badabou/e3bq8s2r/1](https://jsfiddle.net/badabou/e3bq8s2r/16/) 
First of all, well done for this great script! ### I made three changes: - There is an alert in the console with Chrome when the color is assigned to...