diff --git a/frontend.js b/frontend.js index 37d99dc..e2e4c13 100644 --- a/frontend.js +++ b/frontend.js @@ -357,3 +357,7 @@ function redir(url) { } requir3("https://cdn.jsdelivr.net/npm/gun/gun.js") //Add Gun.JS support. + +function initGun(relays = []) { + return Gun(relays) +}