text-assembler

0.1.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i text-assembler

Weekly Downloads

0

Version

0.1.0

License

none

Last publish

Collaborators

  • mattesch