Skip to content

shockey/text-to-t9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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") )

About

Convert words to T9 strings

Resources

Stars

Watchers

Forks

Packages

No packages published