Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zenoo/labrute-fla-parser


https://github.com/zenoo/labrute-fla-parser

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# LaBrute FLA Parser

A simple, straight-forward package containing everything you need to parse LaBrute FLA files into usable symbol components.

## Installation
```
npm i labrute-fla-parser
```

## Usage

```ts
import { Symbol475 } from 'labrute-fla-parser';

console.log(Symbol475);
```