0.2.1 • Published 11 months ago

recursivetext v0.2.1

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

11 months ago

0.2.0

12 months ago

0.1.7

1 year ago

0.1.6

2 years ago

0.1.4

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.1.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago