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 ..tgs import open_maybe_gzipped
|
||||
|
||||
|
||||
def parse_sif_file(file):
|
||||
from .converter import convert
|
||||
from . import api
|
||||
return convert(open_maybe_gzipped(file, api.Canvas.from_xml_file))
|
||||
Reference in New Issue
Block a user