1.0.0 • Published 6 years ago
lightmorsejs v1.0.0
MorseJS
Lightweight text to morse library
Example Usage
const morse = require("lightmorsejs")
console.log(morse("hello world"))
/Output/=> .... . .-.. .-.. --- .-- --- .-. .-.. -..1.0.0
6 years ago
Lightweight text to morse library
const morse = require("lightmorsejs")
console.log(morse("hello world"))
/Output/=> .... . .-.. .-.. --- .-- --- .-. .-.. -..6 years ago