MattPlays / Enchantment-Table

This package allows text to be translated to and from the Minecraft Enchantment Table Language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enchantment- Table

This package allows text to be translated to and from the Minecraft Enchantment Table Language

Installation

npm install enchantment-table --save

Usage

const Enchant = require("enchantment-table")

console.log(Enchant.translate("Hello World"));
// ⍑ᒷꖎꖎ𝙹 ∴𝙹∷ꖎ↸

console.log(Enchant.translate("ᒲ╎リᒷᓵ∷ᔑ⎓ℸ ╎ᓭ ᔑ∴ᒷᓭ𝙹ᒲᒷ", true));
// minecraft is awesome

About

This package allows text to be translated to and from the Minecraft Enchantment Table Language

License:MIT License


Languages

Language:JavaScript 100.0%