https://github.com/emako/quicklook.plugin.lottiefilesviewer
This plugin allows QuickLook to preview LottieFiles file formats.
https://github.com/emako/quicklook.plugin.lottiefilesviewer
Last synced: 4 months ago
JSON representation
This plugin allows QuickLook to preview LottieFiles file formats.
- Host: GitHub
- URL: https://github.com/emako/quicklook.plugin.lottiefilesviewer
- Owner: emako
- License: gpl-3.0
- Created: 2024-12-22T18:46:47.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-12-28T17:48:08.000Z (6 months ago)
- Last Synced: 2024-12-28T18:25:48.999Z (6 months ago)
- Language: C#
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-GPL.txt
Awesome Lists containing this project
README
# QuickLook.Plugin.LottieFilesViewer
This plugin allows [QuickLook](https://github.com/QL-Win/QuickLook) to preview LottieFiles file formats.
Note: Not sure if the `Optimized Lottie JSON` can be detected correctly.
## Supported extensions
The following file extensions are treated as LottieFiles files.
- lottie (dotLottie)
- lottie.json (Lottie JSON and open without detection)
- json (Lottie JSON)## Thanks
- https://github.com/quicoli/LottieSharp
- https://github.com/zanders3/json## Licenses

This project references many other open-source projects. See [here](https://github.com/QL-Win/QuickLook/wiki/On-the-Shoulders-of-Giants) for the full list.
All source codes are licensed under [GPL-3.0](https://opensource.org/licenses/GPL-3.0).
If you want to make any modification on these source codes while keeping new codes not protected by GPL-3.0, please contact me for a sublicense instead.