Skip to content

Commit

Permalink
use nostr strategy on demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
dmotz committed Feb 17, 2024
1 parent a774d1a commit 3d53135
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/site.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import {joinRoom, selfId} from 'https://cdn.skypack.dev/trystero'
import {
joinRoom,
selfId
} from 'https://cdn.skypack.dev/pin/trystero@v0.18.0-r4w3880OHw2o0euVPNYJ/mode=imports,min/optimized/trystero/nostr.js'

const byId = document.getElementById.bind(document)
const canvas = byId('canvas')
Expand Down

0 comments on commit 3d53135

Please sign in to comment.