chore: Update translations

This commit is contained in:
2024-01-30 20:38:48 +00:00
parent a7c0cf7397
commit 2ef1b591e2
2 changed files with 15 additions and 13 deletions

View File

@ -14,11 +14,13 @@ Cross-Origin-Embedder-Policy: require-corp
```
### Usage (Vite)
```typescript
import WorkerRelayPath from "@snort/worker-relay/dist/worker?worker&url";
```
### Example
```typescript
const relay = new WorkerRelayInterface(WorkerRelayPath);
@ -36,4 +38,4 @@ const myEvent = {
if (await relay.event(myEvent)) {
console.log("Success");
}
```
```