https://github.com/zenoo/labrute-static-fla-parser
https://github.com/zenoo/labrute-static-fla-parser
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenoo/labrute-static-fla-parser
- Owner: Zenoo
- Created: 2023-12-21T19:57:32.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-19T16:47:18.000Z (9 months ago)
- Last Synced: 2025-03-29T06:43:15.257Z (3 months ago)
- Language: TypeScript
- Size: 1.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
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-static-fla-parser
```## Usage
```ts
import { Symbol475 } from 'labrute-static-fla-parser';console.log(Symbol475);
```