swf-tools-ne
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

Simple SWF tools based on parse-swf library.

Usage:

  1. Check if SWF file contains any ActionScript3 code:
import { checkAS3 } from 'swf-tools-ne';
let checkResult = checkAS3( "./swfFile.swf" );
  1. Get SWF's FileProperties:
import { getSWFProperties } from 'swf-tools-ne';
let swfProperties = getSWFProperties( "./swfFile.swf" );

Readme

Keywords

none

Package Sidebar

Install

npm i swf-tools-ne

Weekly Downloads

3

Version

0.1.4

License

ISC

Unpacked Size

2.11 kB

Total Files

4

Last publish

Collaborators

  • ne-emp-bp