americanify
v1.0.1
Published
Converts british english spellings to american
Downloads
21
Readme
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.