6.0.0 • Published 3 years ago

@chunkd/source-url v6.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@chunkd/source-url

Load a chunks of a file from a URL Source using fetch

Usage

import { SourceUrl } from '@chunkd/source-url';

const source= new SourceUrl('https://example.com/cog.tif');

await source.loadBytes(0, 1024)

Nodejs

Nodejs does not come with a default fetch function, this package will use node-fetch when in used with nodejs

5.0.0

3 years ago

6.0.0

3 years ago

4.5.1

3 years ago

4.5.0

3 years ago

4.4.0

3 years ago