MassiveHeights/Black

Integrate Black with Webpack 4.

Opened this issue · 1 comments

I create a demo at here to describe the problem.

Also, I create a ES5 demo at here, same error occurs again.

Found the problem:

The DOM which is the container of Canvas must has width and height.

After adding width and height, everything works fine.