0.1.1 • Published 6 years ago

buffer-ponyfill v0.1.1

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

buffer-ponyfill

Use the Node core buffer module, in Node, browsers and react-native. Powered by the lovely feross/buffer. ❤️

Note: If you're just building a web project, both Browserify and Webpack will add shims automatically if you use Buffer, so in this case buffer-ponyfill is not necessary. This package can help you with react-native though.

npm version build status ISC-licensed chat with me on Gitter support me on Patreon

Installation

npm install buffer-ponyfill

Usage

const Buffer = require('buffer-ponyfill')
// use it

Contributing

If you have a question or have difficulties using buffer-ponyfill, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.