https://github.com/kristjanesperanto/pidasgif
Create an animated GIF to simulate a passenger information display.
https://github.com/kristjanesperanto/pidasgif
Last synced: about 2 months ago
JSON representation
Create an animated GIF to simulate a passenger information display.
- Host: GitHub
- URL: https://github.com/kristjanesperanto/pidasgif
- Owner: KristjanESPERANTO
- License: isc
- Created: 2021-12-18T13:28:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T09:53:28.000Z (over 2 years ago)
- Last Synced: 2025-02-01T14:26:34.825Z (4 months ago)
- Language: JavaScript
- Homepage: https://kristjanesperanto.github.io/PIDasGIF/
- Size: 4.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# PIDasGIF
Create an animated GIF file to simulate a passenger information display.
## Exemplary results

## Usage
1. Adapt the content of the table
2. Press button to add this as slide
3. Repeat steps 1 and 2 until you have all slides you need
4. Use button `Create Animation` to create the GIF image
5. Use download button to download the GIF file## Todo
- Add slider for maximum video length
- Spinner after "Create Animation"
- Refactoring
- Find out why the font color is not so clear in the video
- Find out why under Firefox the GIF container isn't 900 x 600 px## Third-Party
This is an overview of the third-party software and data we use. Many thanks to the open source community, especially to the authors of the following projects! ❤️ 🍻
| software | license | version | purpose |
| --------- | -------- | --------- | --------- |
| [24 LED](https://fonts2u.com/24-led.font) | General Public License with font-exception and Open Font License | 0.001 2009 | Font |
| [html2canvas](https://github.com/niklasvh/html2canvas/) | MIT | 1.3.3 | Convert the table to a canvas |
| [gif.js](https://github.com/discord/gif.js) | MIT | 0.2.0 | Convert canvases to animated GIF |
| [webm-writer-js](https://github.com/thenickdude/webm-writer-js) | WTFPLv2 | 0.3.0 | Convert canvases to WebM |