From fa4f4e2b6db5eb9be2c602d7cf8618e79b510ca8 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Sat, 19 Sep 2020 22:44:28 +0200 Subject: [PATCH] update doc --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index fec2092..fac1bb9 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,23 @@ Title with background - `background` - `{ type, ... }` - See type `radial-gradient`, `linear-gradient` or `fill-color` - `fontPath` - See type `title` +#### Layer type 'news-title' +- `fontPath` - See `defaults.layer.fontPath` +- `text` +- `textColor` - default `#ffffff` +- `backgroundColor` - default `#d02a42` +- `position` - See **Positions** + +#### Layer type 'slide-in-text' +- `fontPath` - See `defaults.layer.fontPath` +- `text` +- `top` +- `left` +- `originX` +- `originY` +- `fontSize` +- `color` + #### Layer type 'fill-color', 'pause' - `color` - Color to fill background, default: randomize