From aa66a977a2dd63bb3b6255a018bbfe720b4ce2b4 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Sun, 24 Nov 2024 23:45:38 +0200 Subject: implement badic presentation builder function --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index fde33fc..1253156 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ let presentation = { { text: `utf8 str` style: `text.css_block, position absolute%`, - link: `str.url`, - hover: `text.css_block` + link: [ `array.css_blocks` ] /**/ + hover: }, /* ... */ @@ -42,6 +42,14 @@ let presentation = { ... */ ] } + + +// ** example +// style: [ +// '{ top: 15px; background: #333; }', +// 'a { color: #fff; } +// 'a:hover { color: red; } +// ] ``` -- cgit v1.2.3