Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jaller94/neoboard-to-svg
Convert NeoBoard whiteboards to SVG files
https://github.com/jaller94/neoboard-to-svg
Last synced: 27 days ago
JSON representation
Convert NeoBoard whiteboards to SVG files
- Host: GitHub
- URL: https://github.com/jaller94/neoboard-to-svg
- Owner: jaller94
- License: apache-2.0
- Created: 2024-12-03T23:47:15.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-04T02:07:53.000Z (about 1 month ago)
- Last Synced: 2024-12-04T03:18:37.290Z (about 1 month ago)
- Language: TypeScript
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NeoBoard to SVG
This script can partially convert [NeoBoard whiteboards](https://neoboard.io/) to SVG files.
## Support table
Yes:
- Rectangles
- Circles and ellipses
- Lines and Polylines (except `endMarker`)No:
- Text
- Triangles
- Images## Usage
To install dependencies:
```bash
bun install
```To run:
```bash
bun run src/index.ts ./input.nwb ./output.png
```## License
This project is licensed under [APACHE 2.0](./LICENSE).
The disclaimer for other OSS components can be accessed via the `/NOTICE.txt` endpoint.
The list of dependencies and their licenses are also available in a machine readable format at `/usr/share/nginx/html/licenses.json` in the container image.