mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-04-19 13:22:06 +00:00
Improved the overlay drag logic for smoother, GPU-accelerated movement using requestAnimationFrame and transform. Updated file input elements to use stronger hiding techniques, preventing browser-native text from appearing during minimize/maximize. Updated version to 0.72.0 and added additional debug logging and minor UI/UX improvements.
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"name": "wplace-bluemarble",
|
|
"version": "0.72.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "node build/build.js",
|
|
"patch": "node build/patch.js && npm run build"
|
|
},
|
|
"devDependencies": {
|
|
"esbuild": "^0.25.0",
|
|
"terser": "^5.43.1"
|
|
}
|
|
}
|