https://github.com/zenoo/labrute-fla-parser
https://github.com/zenoo/labrute-fla-parser
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenoo/labrute-fla-parser
- Owner: Zenoo
- Created: 2023-12-07T09:40:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T21:11:02.000Z (3 months ago)
- Last Synced: 2026-01-23T14:07:49.748Z (3 months ago)
- Language: TypeScript
- Size: 13.7 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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);
```