apple_cursor/package.json
Abdulkaiz Khatri 62d6b6dc75 feat: Render bitmaps using JSON config
with cbmp 1.1.1
2024-03-02 16:25:52 +05:30

11 lines
235 B
JSON

{
"dependencies": {
"cbmp": "^1.1.1"
},
"scripts": {
"clean": "rm -rf bin bitmaps themes",
"render": "npx cbmp render.json",
"build": "bash build.sh",
"generate": "npx cbmp render.json && bash build.sh"
}
}