@huggingface/dduf
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

🤗 Hugging Face DDUF

Very alpha version of a DDUF checker / parser.

Install

pnpm add @huggingface/dduf

npm add @huggingface/dduf

yarn add @huggingface/dduf

Deno

// esm.sh
import { checkDDUF } from "https://esm.sh/@huggingface/dduf";
// or npm:
import { checkDDUF } from "npm:@huggingface/dduf";

Usage

import { checkDDUF } from "@huggingface/dduf";

for await (const entry of checkDDUF(URL | Blob, { log: console.log })) {
  console.log("file", entry);
}

Package Sidebar

Install

npm i @huggingface/dduf

Weekly Downloads

12

Version

0.0.2

License

MIT

Unpacked Size

45.5 kB

Total Files

23

Last publish

Collaborators

  • julien-c
  • pierric
  • coyotte508
  • xenova