feat: add present package
This commit is contained in:
42
packages/present/README.md
Normal file
42
packages/present/README.md
Normal file
@@ -0,0 +1,42 @@
|
|||||||
|
---
|
||||||
|
title: dynaweek 2026 v1 Project Nodarium
|
||||||
|
author: Max, Niklas, Felix
|
||||||
|
---
|
||||||
|
|
||||||
|
## Hello World
|
||||||
|
|
||||||
|
_presenterm_ allows configuring almost anything about your presentation:
|
||||||
|
|
||||||
|
- The colors used.
|
||||||
|
- Layouts.
|
||||||
|
- Footers, including images in the footer.
|
||||||
|
|
||||||
|
<!-- pause -->
|
||||||
|
|
||||||
|
This is an example on how to configure a footer:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
footer:
|
||||||
|
style: template
|
||||||
|
left:
|
||||||
|
image: doge.png
|
||||||
|
center: '<span class="noice">Colored</span> _footer_'
|
||||||
|
right: "{current_slide} / {total_slides}"
|
||||||
|
height: 5
|
||||||
|
|
||||||
|
palette:
|
||||||
|
classes:
|
||||||
|
noice:
|
||||||
|
foreground: red
|
||||||
|
```
|
||||||
|
|
||||||
|
<!-- end_slide -->
|
||||||
|
|
||||||
|
## Formatter
|
||||||
|
|
||||||
|
```diff
|
||||||
|
+ dprint w/ rustfmt
|
||||||
|
- eslint
|
||||||
|
- prettier
|
||||||
|
- svelte-
|
||||||
|
```
|
||||||
14
packages/present/package.json
Normal file
14
packages/present/package.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "present",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"postinstall": "cargo install --locked presenterm",
|
||||||
|
"dev": "presenterm README.md"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC",
|
||||||
|
"packageManager": "pnpm@10.28.1"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user