We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61608ab commit 76bf52dCopy full SHA for 76bf52d
README.md
@@ -33,6 +33,8 @@ In a TypeScript or JavaScript file, import the `BinaryStream` module:
33
34
```typescript
35
import { BinaryStream } from "@pocketnode/binarystream";
36
+// or through CDN
37
+import { BinaryStream } from "https://unpkg.com/@pocketnode/[email protected]/dist/BinaryStream.js";
38
```
39
40
### Creating a BinaryStream Instance
0 commit comments