A list of all the Unicode Range Names and their hex/decimal range numbers.
This module simply returns the unicode-range.json file.
$ npm install --save unicode-range-json
const unicodeRanges = require('unicode-range-json');
unicodeRanges();
//=> 'unicorns & rainbows'Returns a JSON object with information about the Unicode Ranges.
Please open an issue or pull request of you discover any of the values or ranges to be incorrect. Thanks!
MIT © Michael Wuergler