Before executing any functions, the library needs to be initialized using the default import.
import initResponseVerification, {
sayHello,
} from '@dfinity/response-verification';
window.addEventListener('load', async () => {
await initResponseVerification();
console.log(sayHello());
});
cz commit
See Conventional commits for more information on the commit message formats