python-lottie  0.7.0+dev66cafb9
A framework to work with lottie files and telegram animated stickers (tgs)
lottie.importers.aep Namespace Reference

Functions

def convert (rifx, comp, expressions)
 
def import_aep (file, comp=None, expressions=False)
 
def import_aepx (file, comp=None, expressions=False)
 

Variables

list opts
 

Function Documentation

◆ convert()

def lottie.importers.aep.convert (   rifx,
  comp,
  expressions 
)

Definition at line 21 of file aep.py.

◆ import_aep()

def lottie.importers.aep.import_aep (   file,
  comp = None,
  expressions = False 
)

Definition at line 27 of file aep.py.

◆ import_aepx()

def lottie.importers.aep.import_aepx (   file,
  comp = None,
  expressions = False 
)

Definition at line 37 of file aep.py.

Variable Documentation

◆ opts

list lottie.importers.aep.opts
Initial value:
1 = [
2  ExtraOption("comp", help="Name of the composition to extract", default=None)
3 ]

Definition at line 11 of file aep.py.