feat: V1 prototype — Vite/React/TS tileset generator
- Scaffold: package.json, tsconfig.json, vite.config.ts, index.html - src/lib/imageProcessor.ts: full pipeline (normalize, offset, seam repair, export, validation) - src/components/UploadPanel.tsx: drag-and-drop, file picker, clipboard paste - src/components/SettingsPanel.tsx: all controls per spec - src/components/PreviewPanel.tsx: Original / Tileable / Repeated tabs - src/components/ErrorBanner.tsx: dismissible error/warning banners - src/App.tsx: root component wiring everything together - src/index.css: dark premium glassmorphism theme w/ Inter font
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "node-releases",
|
||||
"version": "2.0.44",
|
||||
"description": "Node.js releases data",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"build": "node scripts/build.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/chicoxyzzy/node-releases.git"
|
||||
},
|
||||
"keywords": [
|
||||
"nodejs",
|
||||
"releases"
|
||||
],
|
||||
"author": "Sergey Rubanov <chi187@gmail.com>",
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"semver": "^7.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user