[vtk.js] Add logo to render view

Yep, I’m using webpack to bundle it and I have url-loader in the rules

{ test: /\.(png|jpg)$/, use: 'url-loader?limit=81920' },