Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🔮 Convert text written in the latin alphabet to runes in elder futhark.

License

NotificationsYou must be signed in to change notification settings

fbosch/rune-converter

Repository files navigation

Build Status

rune-converter

a small node package for converting text to the runic alphabet

Installation

npm install rune-converter

Usage

importtranscribefrom'rune-converter'

Functions

transcribe(str, options)

transcribe() is the default function to convert a given string to elder futhark.

Arguments

  • str (String) - the string you wish to convert
  • options (Object) - options that determine the conversion of the string
    • punctuation - determines what symbol to transcribe ' . ' to

      keyvalue
      cross(default)
      double
      single
    • spacing - determines what symbol to transcribe spacing to

      keyvalue
      normalwhitespace
      cross
      double(default)
      single

Examples

varstr='Lorem ipsum dolor sit amet.'transcribe(str)// ᛚᛟᚱᛖᛗ᛬ᛁᛈᛋᚢᛗ᛬ᛞᛟᛚᛟᚱ᛬ᛋᛁᛏ᛬ᚨᛗᛖᛏ᛭transcribe(str,{punctuation:'single'})// ᛚᛟᚱᛖᛗ᛬ᛁᛈᛋᚢᛗ᛬ᛞᛟᛚᛟᚱ᛬ᛋᛁᛏ᛬ᚨᛗᛖᛏ᛫transcribe(str,{spacing:'normal'})// ᛚᛟᚱᛖᛗ ᛁᛈᛋᚢᛗ ᛞᛟᛚᛟᚱ ᛋᛁᛏ ᚨᛗᛖᛏ᛭

About

🔮 Convert text written in the latin alphabet to runes in elder futhark.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp