Comparing version 0.1.0 to 0.2.0
{ | ||
"name": "font-chars", | ||
"version": "0.1.0", | ||
"version": "0.2.0", | ||
"description": "Lists the unicode codepoints/characters of a font loaded by opentype.js", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -23,3 +23,3 @@ # font-chars | ||
console.log(fontChars(font)); | ||
console.log(fontChars.getCodepoints(font)); | ||
}); | ||
@@ -26,0 +26,0 @@ ```` |
3733