Add fraktur E and G (#2448)

* Add
  - MATHEMATICAL FRAKTUR CAPITAL E (`U+1D508`) (#444).
  - MATHEMATICAL FRAKTUR CAPITAL G (`U+1D50A`) (#444).

* Cleanup

* Refine
This commit is contained in:
Belleve 2024-07-31 01:55:49 -10:00 committed by GitHub
parent d08e7db129
commit a9a0556b17
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 716 additions and 361 deletions

View file

@ -10,7 +10,9 @@
"./curve-util": "./src/curve-util.mjs",
"./point": "./src/point.mjs",
"./transform": "./src/transform.mjs",
"./spiro-control": "./src/spiro-control.mjs"
"./spiro-control": "./src/spiro-control.mjs",
"./spiro-expand": "./src/spiro-expand.mjs",
"./spiro-pen-expand": "./src/spiro-pen-expand.mjs"
},
"dependencies": {
"@iosevka/util": "31.1.0",