0.2.1 • Published 9 months ago

recursivetext v0.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 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.2.1

9 months ago

0.2.0

9 months ago

0.1.7

10 months ago

0.1.6

1 year ago

0.1.4

1 year ago

0.1.5

1 year ago

0.1.2

1 year ago

0.1.3

1 year ago

0.1.0

1 year ago

0.1.1

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago