declarative tool to copy PNG subrects to make a new image

This commit is contained in:
Guillaume Piolat
2025-03-22 10:57:51 +01:00
parent d9c9891c44
commit 80af62099a
4 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "decoupe-voiture",
"description": "Decoupe un asset selon un certain pattern.",
"license": "BSL-1.0",
"dependencies":
{
"gamut": "~>3.0"
},
"subConfigurations":
{
"gamut": "boost+mit"
}
}