I want to use E6 module instead of getting js from urls.
import WebcryptoSocket from '@webcrypto-local/client';
const ws = new WebcryptoSocket.SocketProvider({
storage: await WebcryptoSocket.BrowserStorage.create(),
});
gives me protobuf is not defined error. What should I do?