1.0.1 • Published 2 years ago

americanify v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Americanify

A basic typescript library for converting british english to american english.

Installation

npm install americanify

Usage

import { americanify } from 'americanify'

const translated = americanify('Your british words here like colour');
console.log(translated);
// Logs `Your british words here like color`

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT