Iosevka/packages/geometry/package.json
Belleve a9a0556b17
Add fraktur E and G (#2448)
* Add
  - MATHEMATICAL FRAKTUR CAPITAL E (`U+1D508`) (#444).
  - MATHEMATICAL FRAKTUR CAPITAL G (`U+1D50A`) (#444).

* Cleanup

* Refine
2024-07-31 11:55:49 +00:00

22 lines
607 B
JSON

{
"name": "@iosevka/geometry",
"version": "31.1.0",
"private": true,
"exports": {
".": "./src/index.mjs",
"./anchor": "./src/anchor.mjs",
"./box": "./src/box.mjs",
"./segment": "./src/segment.mjs",
"./curve-util": "./src/curve-util.mjs",
"./point": "./src/point.mjs",
"./transform": "./src/transform.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",
"spiro": "^3.0.1",
"typo-geom": "^0.16.1"
}
}