📥 Scrapping Habbo game data and assets
Walidoux
a25d278115
This commit refactors the code to parse and write data from WoW game files. It creates a new function `parseData` which correctly parses the data and writes the output files to a new folder called `output`. The code now handles both `JSON` and `XML` data from game files. It also makes use of optional chaining to prevent null pointers while parsing the data. Finally, it removes an unused `callback` message without any effect. |
||
---|---|---|
.vscode | ||
public | ||
src | ||
src-tauri | ||
.gitignore | ||
index.html | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.js | ||
tailwind.config.js | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |