0.1.1 • Published 7 years ago
buffer-ponyfill v0.1.1
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.
Installation
npm install buffer-ponyfillUsage
const Buffer = require('buffer-ponyfill')
// use itContributing
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.