mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"executors": {
|
|
"svgOptimize": {
|
|
"implementation": "./svgo.js",
|
|
"schema": "./schema.json",
|
|
"description": "Run `svgo` (to optimize svg)."
|
|
}
|
|
}
|
|
}
|