Files
MrbWebLibre/font/package.json
T
2026-02-27 20:34:38 +01:00

8 lines
169 B
JSON

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