mirror of
https://github.com/OpenVGLab/OmniLottie.git
synced 2026-09-17 07:36:27 +00:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
from .base import importer
|
||||
from ..parsers.tgs import parse_tgs
|
||||
|
||||
|
||||
@importer("Lottie JSON / Telegram Sticker", ["json", "tgs"], slug="lottie")
|
||||
def import_tgs(file, *a, **kw):
|
||||
return parse_tgs(file, *a, **kw)
|
||||
Reference in New Issue
Block a user