UNPKG

1337

Version:

1337 Converts your text into leet speak

33 lines (21 loc) 460 B
# node-1337 #### 1337 Converts your text into leet speak ## Installation To install 1337 for use in node or the browser with require('1337') ```bash npm install 1337 --save ``` To install as a CLI program ```bash npm install 1337 -g ``` ## Usage In node or the browser with require('1337) ```js const l33t = require('1337') console.log(l33t("Leetspeak")) // Outputs 13375p34k ``` As a CLI program ```bash l33t Leetspeak // Outputs 13375p34k ```