UNPKG

nft.storage

Version:

A client library for the https://nft.storage/ service. It provides a convenient interface for working with the HTTP API from a web browser or Node.js

18 lines (16 loc) 386 B
import fetch, { Request, Response, Headers } from '@web-std/fetch' import { FormData } from '@web-std/form-data' import { ReadableStream } from '@web-std/blob' import { File, Blob } from '@web-std/file' import { FsBlockStore as Blockstore } from 'ipfs-car/blockstore/fs' export { fetch, Request, Response, Headers, Blob, FormData, File, ReadableStream, Blockstore, }