tofts-language
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Package Sidebar

Install

npm i tofts-language

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

9.78 kB

Total Files

15

Last publish

Collaborators

  • gterpstra