typographic-currency-db
Advanced tools
Comparing version 0.0.1 to 1.0.0
{ | ||
"name": "typographic-currency-db", | ||
"version": "0.0.1", | ||
"version": "1.0.0", | ||
"description": "Raw data about typographic currency", | ||
@@ -5,0 +5,0 @@ "main": "index.es5.js", |
@@ -11,2 +11,15 @@ # typographic-currency-db | ||
## Usage | ||
Use correct currency symbols. Just use name of currency in international format [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). | ||
```js | ||
import currencyDB from 'typographic-currency-db'; | ||
currencyDB['USD']; // $ | ||
currencyDB['KZT']; // ₸ | ||
currencyDB['JPY']; // ¥ | ||
``` | ||
## License | ||
@@ -13,0 +26,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
4225
0
31