Skip to content

benchling/char-picker-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published