A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
JSON parse & stringify that supports binary via bops & base64
A pure javascript CRC32 algorithm that plays nice with binary data
Native file system operations for Bare
Determine if an object is a Buffer
Pass in a string, array, Buffer, Data View, or Uint8Array, and get a Buffer back.
Check if a Buffer/Uint8Array is a PNG image
Convert a typed array to a Buffer without a copy
A small utility class to work with logically contiguous binary data split across multiple Buffer chunks.
Translation between JavaScript values and Buffers
Source code handling classes for webpack
File edition helpers working on top of mem-fs
A minimal base64 implementation for number arrays.
Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too
Check if a Buffer/Uint8Array is a GIF image
Node.js Buffer API, for the browser
Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.
Constant-time comparison of Buffers
Build a buffer without knowing its size beforehand
fonts (ttf, woff, woff2, eot, svg, otf) parse, write, transform, glyph adjust.
Create an ArrayBuffer instance from a Data URI string
return whether two buffers are equal
This is a polyfill for Buffer#indexOf introduced in NodeJS 4.0.
split a Text Stream into a Line Stream, using Stream 3