lazy-unicode
Advanced tools
Comparing version 1.0.8 to 1.0.9
{ | ||
"name": "lazy-unicode", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Access to all 128,172 unicode characters by block in < 8kb", | ||
@@ -5,0 +5,0 @@ "main": "lazy-unicode.js", |
@@ -16,9 +16,5 @@ # Lazy Unicode | ||
undefined | ||
> JSON.stringify(u) | ||
'{}' | ||
> u.MAHJONG_TILES //substitute for any block name, take a look by tabbing at u.| | ||
'🀀🀁🀂🀃🀄🀅🀆🀇🀈🀉🀊🀋🀌🀍🀎🀏🀐🀑🀒🀓🀔🀕🀖🀗🀘🀙🀚🀛🀜🀝🀞🀟🀠🀡🀢🀣🀤🀥🀦🀧🀨🀩🀪🀫🀰' | ||
> JSON.stringify(u) | ||
'{"MAHJONG_TILES":"🀀🀁🀂🀃🀄🀅🀆🀇🀈🀉🀊🀋🀌🀍🀎🀏🀐🀑🀒🀓🀔🀕🀖🀗🀘🀙🀚🀛🀜🀝🀞🀟🀠🀡🀢🀣🀤🀥🀦🀧🀨🀩🀪🀫🀰"} | ||
All [blocks](https://github.com/mathiasbynens/unicode-9.0.0/tree/master/Block) are available. |
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
16315
19