Package Exports
- readint
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (readint) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
readint
Node application for a localized written number parsing, thought for being easily translated.
Examples
Here are some demos.
Installation
Using NPM (Node Packaged Modules)
npm install readintStandalone JavaScript version (componented)
Download either the full or minified version in the dist folder, and include it to your web page.
Usage
readint(str[, locale])
You can see a list of availables locales in the locales folder, the default one being en.
Contributing
Both code corrections and new translations would be gladly accepted!