crc
crc copied to clipboard
Can't use in Vite: Module "buffer" has been externalized for browser compatibility. Cannot access "buffer.Buffer" in client code.
Getting this error because Vite polyfills buffer:
Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'from')
at createBuffer (create_buffer.js:4:50)
at Function.result [as unsigned] (define_crc.js:3:52)
solution: install buffer