1.0.7 • Published 7 months ago

sandi-morse v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months ago

Installation

npm install --save sandi-morse

Usage

import { encode, decode } from "sandi-morse";

// Sandi Morse ke Alfabet
const sandi_morse = encode(".... . .-.. .-.. --- * .-- --- .-. .-.. -..");
console.log(sandi_morse); // "hello world"

// Alfabet ke Sandi Morse
const hello = decode("hello world");
console.log(hello); // ".... . .-.. .-.. --- * .-- --- .-. .-.. -.."

Symbol

"*" = Space
1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago

1.0.0

7 months ago