@zxyf/ftfsync
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@zxyf/ftfsync", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "FTF remote web page syncing is a non-video screen sharing technology", | ||
@@ -11,2 +11,7 @@ "type": "module", | ||
}, | ||
"keywords": [ | ||
"ftf", | ||
"sync", | ||
"同屏" | ||
], | ||
"author": "zxyf", | ||
@@ -24,2 +29,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
@@ -12,3 +12,3 @@ ## FTF Sync | ||
```typescript | ||
import { createFTF } from 'ftfsync'; | ||
import { createFTF } from '@zxyf/ftfsync'; | ||
@@ -40,3 +40,3 @@ const ftf = await createFTF(); | ||
```typescript | ||
import { createFTF } from 'ftfsync'; | ||
import { createFTF } from '@zxyf/ftfsync'; | ||
@@ -43,0 +43,0 @@ const query = new URLSearchParams(location.search); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
34755