zhaogang96

Results 2 issues of zhaogang96

When using canvas to display pictures, the edges of pictures are blurred It looks like this There is my code Crafty.init(SCREEN_WIDTH, SCREEN_HEIGHT, document.querySelector("#game")); Crafty.sprite(621, 621, "img/wheel.png", { wheel: [0, 0]...

I use vuex-module-decorators in my project, I found it will cause white screen on some phone ![image](https://user-images.githubusercontent.com/35834360/97998423-087d8880-1e25-11eb-9d17-d3b307d153ec.png) then I found this in the dist/cjs direction of the source code ,...