1.2.2 • Published 9 years ago

char-picker-data v1.2.2

Weekly downloads
1,441
License
Apache-2.0
Repository
github
Last release
9 years ago

char-picker-data

Exports goog.i18n.CharPickerData for non-closure use.

var CharPickerData = require('char-picker-data');

var charPickerData = new CharPickerData();
// charPickerData.categories
// charPickerData.charList
// charPickerData.subcategories

CharPickerData.helpers.toCharList(charPickerData.charList[0][0]);

CharPickerData.helpers.toHexString(ch); // U+0001
1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago