All Morse All
in One
Home Docs About
Morese in One 0.0.1

npm package for morse code

Encode, Decode, Json, Txt

And more ....

$ npm install morse-in-one

Morse Encode

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.

Written in TypeScript

This package is written in Typescript.Due to Type checking and Error catching it is safe and accurate.

Json Output File

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.

Linear Time Operations

It is quite fast. It dose the encode and decode in linear time with good accuracy.