Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zenoo/labrute-static-fla-parser
https://github.com/zenoo/labrute-static-fla-parser
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/zenoo/labrute-static-fla-parser
- Owner: Zenoo
- Created: 2023-12-21T19:57:32.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-24T05:32:55.000Z (3 months ago)
- Last Synced: 2024-10-14T00:51:06.097Z (3 months ago)
- Language: TypeScript
- Size: 1.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
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);
```