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

Classes

class  HtmlOutput
 

Functions

def export_lottie (animation, file, pretty=False)
 
def export_tgs (animation, file, sanitize=False, validate=False)
 
def export_embedded_html (animation, file)
 
def export_linked_html (animation, file, path)
 

Function Documentation

◆ export_embedded_html()

def lottie.exporters.core.export_embedded_html (   animation,
  file 
)

Definition at line 102 of file core.py.

◆ export_linked_html()

def lottie.exporters.core.export_linked_html (   animation,
  file,
  path 
)

Definition at line 112 of file core.py.

◆ export_lottie()

def lottie.exporters.core.export_lottie (   animation,
  file,
  pretty = False 
)

Definition at line 13 of file core.py.

◆ export_tgs()

def lottie.exporters.core.export_tgs (   animation,
  file,
  sanitize = False,
  validate = False 
)

Definition at line 25 of file core.py.