Package Exports
- @holo5/habbo-swf-extractor
- @holo5/habbo-swf-extractor/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@holo5/habbo-swf-extractor) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
habbo-swf-extractor
A small command-line utility tool for extracting Habbo *.swf files.
How to use
First, install habbo-swf-extractor:
npm i -g habbo-swf-extractorNow you can use it in one of this three ways:
habbo-swf-extractor --in /Path/To/InputDir --out /Path/To/OutputDirswf-extract --in /Path/To/InputDir --out /Path/To/OutputDirhse --in /Path/To/InputDir --out /Path/To/OutputDirYou need to set the input directory --in where it reads the *.swf files
and an output directory --out where it puts the extracted files.
These paths can be relative to your current working directory or an absolute path.