xviz
xviz copied to clipboard
Fix Buffer undefined reference error
instanceof Buffer throws error on browser as instanceof undefined is a reference error.
This problem does not show up previously as Webpack injects a polyfill for Buffer. However other build tools like Vite or Rollup does not polyfill Buffer so throwing an uncaught error.