slaid-linux-x64
v0.1.0
Published
slaid binary for linux x64.
Downloads
140
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 slaidOr run without a global install:
npx 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
