1.1.3 • Published 4 years ago
@holo5/habbo-swf-extractor v1.1.3
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.