This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@chunkd/source-url
TypeScript icon, indicating that this package has built-in type declarations

6.0.0 • Public • Published

@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

/@chunkd/source-url/

    Package Sidebar

    Install

    npm i @chunkd/source-url

    Weekly Downloads

    26

    Version

    6.0.0

    License

    MIT

    Unpacked Size

    37.4 kB

    Total Files

    21

    Last publish

    Collaborators

    • blacha