@r1bilski/slaid
v0.1.0
Published
Generate PNG slides from a text file.
Downloads
95
Readme
slaid
A small program for generating PNG slides from a simple text format.
Installation
Installing from source
You can use zig build install to instal slaid from source.
zig build install -Drelease -p ~/.localMake sure the prefix's bin directory is on your PATH:
export PATH="$HOME/.local/bin:$PATH"Installing from npm
Slaid is also distributed via npm.
Install globally:
npm install -g @r1bilski/slaidOr run without a global install:
npx @r1bilski/slaid -p 0.15 -s 1920x1080 input.slaidUsage
See slaid --help for information on how to use slaid, the file format and how to configure it.
Example:
slaid -p 0.15 -s 1920x1080 input.slaidThis will generate a number of png slides based on the contents of input.slaid.
You can then use any program you like to open and display these files.
License
See LICENSE and THIRD_PARTY_LICENSES
