1.3.6 • Published 2 years ago

stormlib-node v1.3.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

StormLib Node

Node native module of StormLib C++ library.

Usage

Install the package as a dependency:

npm i stormlib-node

Import in one of your main thread scripts:

import { SFileOpenArchive } from 'stormlib-node';

You can also import and use enum values:

import { STREAM_FLAG } from 'stormlib-node/dist/enums';

SFileOpenArchive('path/to/archive.mpq', STREAM_FLAG.READ_ONLY);

Depending on your use case, you may need to explicitly include these files in your build/package script:

  • ./node_modules/stormlib-node/dist/stormlib.node
  • ./node_modules/stormlib-node/dist/StormLib.dll (Windows only)
1.3.6

2 years ago

1.3.5

2 years ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.3.0

2 years ago

1.0.0

2 years ago

0.2.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago