Export multiple atlases for pages (#2401)

This commit is contained in:
Belleve 2024-06-29 17:03:59 -10:00 committed by GitHub
parent 65a9419355
commit f3126d0f35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
21 changed files with 193 additions and 121 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@iosevka/geometry",
"version": "30.3.0",
"version": "30.3.1",
"private": true,
"exports": {
".": "./src/index.mjs",
@ -13,7 +13,7 @@
"./spiro-control": "./src/spiro-control.mjs"
},
"dependencies": {
"@iosevka/util": "30.3.0",
"@iosevka/util": "30.3.1",
"spiro": "^3.0.1",
"typo-geom": "^0.15.1"
}