Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@holo5/habbo-swf-extractor

higoka46MIT1.1.3TypeScript support: included

A small command-line utility tool for extracting Habbo *.swf files. Written in TypeScript.

habbo-swf-extractor, habbo-swf-extract, habbo, swf, extractor, extract, furnitures, clothes, image, binary, bin, xml, retrotown, devbest, ragezone, krews, nodejs, fast, performance

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-extractor

Now you can use it in one of this three ways:

habbo-swf-extractor --in /Path/To/InputDir --out /Path/To/OutputDir
swf-extract --in /Path/To/InputDir --out /Path/To/OutputDir
hse --in /Path/To/InputDir --out /Path/To/OutputDir

You 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.