1.0.0 • Published 6 years ago

text-to-t9 v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

text-to-t9

Text to T9 is a JavaScript module useful for conversing strings to T9 sequences.

Usage

First, install the module:

npm install -S text-to-t9

Then, use it in your application:

// ES module import
import textToT9 from "text-to-t9"
// Require
const textToT9 = require("text-to-t9").default

console.log( textToT9("HelloWorld") )