Introducet patel-0.29 object syntax.
This commit is contained in:
parent
9459fc95bf
commit
0a2ff417b4
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Build accented glyphs
|
||||
|
||||
define customDecompositions {
|
||||
define customDecompositions : object
|
||||
# Latvians use comma instead of cedillas in several letters.
|
||||
# Record them as custom decomposition.
|
||||
."\u0156" "R\u0326"
|
||||
|
@ -124,7 +124,6 @@ define customDecompositions {
|
|||
."\u219A" ""
|
||||
."\u219B" ""
|
||||
."\u21AE" ""
|
||||
}
|
||||
|
||||
let : begin
|
||||
suggestGC
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"version": "1.8.0",
|
||||
"main": "./generate.js",
|
||||
"dependencies": {
|
||||
"patel": ">=0.27.3",
|
||||
"patel": ">=0.29.0",
|
||||
"node-sfnt": ">=0.0.20",
|
||||
"bezier-js": "*",
|
||||
"yargs": "*",
|
||||
|
|
Loading…
Reference in New Issue
Block a user