lycwed dev
lycwed dev
Ok I try empty cache by using del instead ok flush and it works great! Maybe you should add a refresh button in the list panel.
For font family If you use monospaced font normally it should not be a big thing. Anyway your app is already great!
add PIXI into script to load directly in angular.json, in build options: `"scripts": [ "node_modules/pixi.js/dist/pixi.min.js" ]` Then no need to `import * as PIXI from 'pixi.js'` in the project after...
I don't use this package anymore, but here's how I did it : ``` import * as PIXI from 'pixi.js'; import 'pixi-layers'; public pixiContainer: PIXI.display.Layer = new PIXI.display.Layer(); ``` If...
I had the same problem, but only in development. I did not change the code recently and the last time I worked on it, this event was triggering well and...