lazy-unicode
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -22,3 +22,5 @@ /* rebuild like so: | ||
delete o[name] | ||
var [start,length]=blocks[name] | ||
var a=blocks[name] | ||
,start=a[0] | ||
,length=a[1] | ||
o[name]=" ".repeat(length).split(" ").map((x,i)=>String.fromCodePoint(start+i)).join("") | ||
@@ -25,0 +27,0 @@ return o[name] |
{ | ||
"name": "lazy-unicode", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "Access to all 128,172 unicode characters by block in < 8kb", | ||
@@ -299,3 +299,3 @@ "main": "lazy-unicode.js", | ||
], | ||
"author": "jnvm", | ||
"author": "Joη <j@nvm.io> (http://nvm.io)", | ||
"license": "MIT", | ||
@@ -302,0 +302,0 @@ "bugs": { |
16596
54