From 9d3c15f284685bce2db7330a6fb18e3f7c7932e4 Mon Sep 17 00:00:00 2001 From: Randall Lawrence Date: Wed, 25 Sep 2019 16:10:52 +0300 Subject: [PATCH] Added info in example-config how to install library for lottie --- example-config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/example-config.yaml b/example-config.yaml index 26a4e9e9..519791b3 100644 --- a/example-config.yaml +++ b/example-config.yaml @@ -168,6 +168,12 @@ bridge: # image - converts to png (fastest and preferred), # gif - converts to gif animation (requires gifski binary and takes a lot of time), # video - video in mp4 container (requires gifski and ffmpeg binary and takes a lot of time, but less than gif) + # To install library: + # source venv/bin/activate + # pip install nodeenv + # nodeenv -p + # source venv/bin/activate + # npm install -g puppeteer-lottie-cli animated_sticker_target_type: image # Whether to bridge Telegram bot messages as m.notices or m.texts.