Files
MrbWebLibre/font/package.json
T
2026-06-21 11:59:37 +02:00

8 lines
169 B
JSON

{
"dependencies": {
"svgtofont": "^6.5.2"
},
"scripts": {
"svgtofont": "svgtofont --sources ./src/assets/icons --output ./src/assets/generated-icons"
}
}