refactor: replace generator with node.js scripts

This commit is contained in:
trafficlunar 2024-12-21 14:49:51 +00:00
parent 09cdd58963
commit 3f60fc2a29
6 changed files with 39 additions and 44 deletions

8
generator/package.json Normal file
View file

@ -0,0 +1,8 @@
{
"name": "@blockmatic/generator",
"type": "commonjs",
"version": "1.0.0",
"dependencies": {
"fast-average-color-node": "^3.1.0",
}
}