2.0.0 • Published 3 years ago

bufferstring v2.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
3 years ago

Bufferstring

Store Buffers And Binarys In Strings

About

  • 100% JavaScript 🤣
  • Fast Performance 💪
  • Works In Browser 🎯
  • Browserified 🖖

Usage

const { encode, decode } = require('bufferstring')

const encoded = encode('data')
//==> String

const decoded = decode(encoded)
//==> <Buffer 64 61 74 61>

Browserify

<script src="https://unpkg.com/bufferstring@latest/browser.js">
2.0.0

3 years ago

1.0.0

3 years ago