risupack 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +661 -0
- package/README.md +155 -0
- package/dist/build-charx.d.ts +2 -0
- package/dist/bundle.d.ts +2 -0
- package/dist/cli.js +73 -0
- package/dist/cli.js.map +1 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +2 -0
- package/dist/inspect-risusave.d.ts +8 -0
- package/dist/unpack-charx.d.ts +5 -0
- package/dist/unpack-risum-8Iw-UEO2.js +1055 -0
- package/dist/unpack-risum-8Iw-UEO2.js.map +1 -0
- package/dist/unpack-risum.d.ts +2 -0
- package/package.json +45 -0
- package/vendor/rpack/LICENSE +6 -0
- package/vendor/rpack/LICENSE_AGPL +661 -0
- package/vendor/rpack/LICENSE_MIT +21 -0
- package/vendor/rpack/README +5 -0
- package/vendor/rpack/rpack_map.bin +0 -0
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
# Rpack.js
|
|
2
|
+
|
|
3
|
+
Rpack.js is a JavaScript library of rpack, which is a simple obsufication file format which was made for obsuficating resource packs used on some closed source software, but later used in Risuai for compatibility reasons.
|
|
4
|
+
|
|
5
|
+
Rpack.js is a JavaScript rewrite of the original rpack written in Rust, with permission from the original author.
|
|
Binary file
|