0.1.0 • Published 11 years ago

text-assembler v0.1.0

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

text-assembler

Splits a string into multiple parts, identified by a guid.

Example

var text = require('text-assembler');

// An array of uri-safe base64 encoded strings no longer than 60 characters long
var payloads = text.disassemble('Some really long string that needs to be split into bits.', 60);

// The original string
var reassemble = text.assemble(payloads);

Installation

npm install text-assembler

Contributors

  • Matt-Esch

MIT Licenced