0.1.5 • Published 8 months ago

@isfegu/dothyphen-napi v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

DotHyphen Napi

DotHyphen Napi is a Node.js wrapper of DotHyphen ready to be used as native npm package.

DotHyphen is a basic ASCII to Morse translator developed in Rust.

Usage

import * as dothyphen from "@isfegu/dothyphen-napi";

console.log(dothyphen.translate("Hello World"));  // Should print .... . .-.. .-.. --- / .-- --- .-. .-.. -..

Contributing

DotHyphen Napi is a part of Samuel, a project focused on learning how to use Rust to build a crate that can be used from other languages and multiple environments.

Please read the contributing guidelines and the contributing documentation to contribute to DotHyphen Napi.

Moreover, you can use the Samuel Github Discussions.

All help will be appreciated.

0.1.4

9 months ago

0.1.5

8 months ago

0.1.3

11 months ago