0.1.6 • Published 3 months ago

recursivetext v0.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Recursive teXt

See recursivetext.com for information on Recursive teXt.

Install with npm:

npm install recursivetext

Usage:

import { readDocument, writeDocument, simpleRX } from "recursivetext";

const plaintext = "..."; // some text you obtained from somewhere

// Read RX from plain text
const rx = readDocument(simpleRX, plaintext);

// Write RX as plain text
const saved_as_plaintext = writeDocument(simpleRX, rx); 
0.1.6

3 months ago

0.1.4

3 months ago

0.1.5

3 months ago

0.1.2

3 months ago

0.1.3

3 months ago

0.1.0

3 months ago

0.1.1

3 months ago

0.0.3

4 months ago

0.0.2

4 months ago

0.0.1

4 months ago