๐ Isomorphic File
, FileReader
, and FileReaderSync
for Node.js, Deno, Bun, and browsers
You can install this package using npm, [Yarn], or [pnpm]. Whatever floats your boat! โต
npm install @webfill/fileapi
import "@webfill/fileapi";
const blob = new Blob(["Hello world!"]);
const text = new FileReaderSync().readAsText(blob);
TODO: Add development section