Update README.md

This commit is contained in:
Hermet Park 2024-03-07 00:36:14 +09:00
parent fb20938b14
commit d966304803

View file

@ -62,7 +62,7 @@ The task scheduler has been meticulously crafted to conceal complexity, streamli
- [SVG](#svg) - [SVG](#svg)
- [Lottie](#lottie) - [Lottie](#lottie)
- [TVG Picture](#tvg-picture) - [TVG Picture](#tvg-picture)
- [Practices](#practices) - [In Practice](#in-practice)
- [dotLottie](#dotlottie) - [dotLottie](#dotlottie)
- [Godot](#godot) - [Godot](#godot)
- [Tizen](#tizen) - [Tizen](#tizen)
@ -310,7 +310,7 @@ As TVG Saver facilitates the export of the scene-tree into TVG Picture data file
[Back to contents](#contents) [Back to contents](#contents)
<br /> <br />
<br /> <br />
## Practices ## In Practice
### dotLottie ### dotLottie
[dotLottie](https://dotlottie.io/) is an open-source file format that aggregates one or more Lottie files and their associated resources, such as images and fonts, into a single file. This enables an efficient and easy distribution of animations. dotLottie files are ZIP archives compressed with the Deflate compression method and carry the file extension of “.lottie”. Think of it as a superset of Lottie. [LottieFiles](https://lottiefiles.com/) aims to achieve just that. [dotLottie player](https://github.com/LottieFiles/dotlottie-web) by LottieFiles is now powered by ThorVG. [dotLottie](https://dotlottie.io/) is an open-source file format that aggregates one or more Lottie files and their associated resources, such as images and fonts, into a single file. This enables an efficient and easy distribution of animations. dotLottie files are ZIP archives compressed with the Deflate compression method and carry the file extension of “.lottie”. Think of it as a superset of Lottie. [LottieFiles](https://lottiefiles.com/) aims to achieve just that. [dotLottie player](https://github.com/LottieFiles/dotlottie-web) by LottieFiles is now powered by ThorVG.
<p align="center"> <p align="center">