https://github.com/lofcz/swing-dist
ESM version of @brugarolas/swing
https://github.com/lofcz/swing-dist
Last synced: 8 months ago
JSON representation
ESM version of @brugarolas/swing
- Host: GitHub
- URL: https://github.com/lofcz/swing-dist
- Owner: lofcz
- Created: 2023-10-30T12:33:41.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-30T13:37:52.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T18:58:25.203Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# swing-dist
This is ESM version of `https://github.com/Brugarolas/swing`.
## Build
1. `npm install`
2. `npm run build`
3. use `swing.js` bundle, swing is exposed as `window.swingLib` (alternatively, prebuilt `swing.js` file is provided in the repository)## Edit source code
1. `cd src/src`
2. do your changes
3. rebuild