Thanks to visit codestin.com
Credit goes to github.com

Skip to content

๐Ÿ“‚ Node.js polyfill for the rest of the File API

License

Notifications You must be signed in to change notification settings

web4more/fileapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

21 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿšง Under construction ๐Ÿ‘ทโ€โ™‚๏ธ

File API polyfill

๐Ÿ“‚ Isomorphic File, FileReader, and FileReaderSync for Node.js, Deno, Bun, and browsers

Installation

You can install this package using npm, [Yarn], or [pnpm]. Whatever floats your boat! โ›ต

npm install @webfill/fileapi

Usage

import "@webfill/fileapi";

const blob = new Blob(["Hello world!"]);
const text = new FileReaderSync().readAsText(blob);

Development

TODO: Add development section

About

๐Ÿ“‚ Node.js polyfill for the rest of the File API

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published