1.0.1 • Published 7 years ago

runicode v1.0.1

Weekly downloads
5
License
WTFPL
Repository
github
Last release
7 years ago

JavaScript Style Guide Build Status

runicode

Encode Strings to Runes

  • ** no dependencies

Exports single function that encodes strings. Every other input will return null.

Installation

npm install runicode

Example

const runicode = require('runicode')
const to_valhallo = runicode('hello world')

to_valhallo will be ᚽᛂᛛᛛᚭ ᚥᚭᚱᛛᛑ

1.0.1

7 years ago

1.0.0

7 years ago