mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 05:33:36 +00:00
infra/build: enable the lottie feature by default.
Lottie animation is a powerful feature in vector ux, We can make this one of mandatory guidelines.
This commit is contained in:
parent
1b020f70c4
commit
03976b02b3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ option('engines',
|
||||||
option('loaders',
|
option('loaders',
|
||||||
type: 'array',
|
type: 'array',
|
||||||
choices: ['', 'tvg', 'svg', 'png', 'jpg', 'webp_beta', 'lottie', 'all'],
|
choices: ['', 'tvg', 'svg', 'png', 'jpg', 'webp_beta', 'lottie', 'all'],
|
||||||
value: ['svg', 'tvg'],
|
value: ['svg', 'tvg', 'lottie'],
|
||||||
description: 'Enable File Loaders in thorvg ("all" does not include "*_beta".)')
|
description: 'Enable File Loaders in thorvg ("all" does not include "*_beta".)')
|
||||||
|
|
||||||
option('savers',
|
option('savers',
|
||||||
|
|
Loading…
Add table
Reference in a new issue