npm package for morse code
Encode, Decode, Json, Txt
And more ....
$ npm install morse-in-one
Morse in One is a npm package for morse code. It has many functionality like encoding sentences in morse code. Thee `mcConvert` function can convert sentences into morse code in linear time.
This package is written in Typescript.Due to Type checking and Error catching it is safe and accurate.
It converts the into morse code then create a json file of it with keys of `inputStr` and `outputCode`. `toJson` function is use to create the Json file. Class objects also have this feature.
It is quite fast. It dose the encode and decode in linear time with good accuracy.