Skip to content

Commit 713456e

Browse files
Merge pull request #323 from ahocevar/patch-1
GeoTIFF.Pool does work with the browser full build
2 parents c8e00ec + 4bb524b commit 713456e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ or you can use the prebuilt version with a CDN:
122122
```html
123123
<script src="https://cdn.jsdelivr.net/npm/geotiff"></script>
124124
```
125-
Note: Currently the CDN installation is not compatible with GeoTIFF workers pool `GeoTIFF.Pool`.
126-
127125

128126
## Usage
129127

@@ -140,10 +138,9 @@ import GeoTIFF, { fromUrl, fromUrls, fromArrayBuffer, fromBlob } from 'geotiff';
140138
or:
141139

142140
```html
143-
<script async src="https://cdn.jsdelivr.net/npm/geotiff"></script>
141+
<script src="https://cdn.jsdelivr.net/npm/geotiff"></script>
144142
<script>
145143
console.log(GeoTIFF);
146-
// Note: GeoTIFF.Pool will not work
147144
</script>
148145
```
149146

0 commit comments

Comments
 (0)