angular-fabric
angular-fabric copied to clipboard
Problems with Electron
I have successfully managed to run a basic implementantion inside Electron. I was not able to use this repo – I think I am missing some dependencies you have used here? Anyhow, taking your codepen was helpfull to implement some functions. Everything is working as it should, but after creating an object or resizing the canvas electron is not reloading and won't quit as should. To quit the app I have to force quit. Funnily the app is not freezing – I still can create and modify objects an such. The only thing I am getting throug the console are some "render cycle" outputs (a LOT of them) ... Really not sure what's going on there since all the console output is the same if I am running the code in Chrome... Help is appreciated!