1.0.1 • Published 6 months ago

tofts-language v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
6 months ago

tofts-language

The language translater for TOFTS.

 

Install

npm install tofts-language

 

Import

Using ESM:

import { toEnglish, toTOFTS } from 'tofts-language';

Using CommonJS:

const { toTOFTS } = require('tofts-language');

 

Usage

translate English to the TOFTS language:

toTOFTS('This is a text I want to translate to TOFTS')

translate the TOFTS language to English:

toEnglish('Zlyi yi e zaxz Y vebz zc zgebikeza zc ZCQZI')

 

Development / Publishing

After completing development, before publishing ensure that you run:

npm test
npm run build
Change the version of the library (use SemVer)

When you're prepared to publish run:

npm login
npm publish

 

License

ISC

1.0.1

6 months ago

1.0.0

6 months ago