1.0.0 • Published 5 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
5 years ago
Lightweight text to morse library
const morse = require("lightmorsejs")
console.log(morse("hello world"))
/Output/=> .... . .-.. .-.. --- .-- --- .-. .-.. -..
5 years ago