package
0.0.0-20240210095454-5fef39cd83c3
Repository: https://github.com/myitcv/x.git
Documentation: pkg.go.dev

# README

present

A very very rough first cut of present running as a GopherJS app.

Uses largely a copy-paste of much of the original present command.

Hosted version

A hosted version of this program can be found here:

https://myitcv.github.io/gopherjs_examples_sites/present/

My GolangUK 2017 talk slides give a good example of some actual slides loaded within the program.

# Functions

No description provided by the author
Asset loads and returns the asset for the given name.
AssetDir returns the file names below a certain directory embedded in the file by go-bindata.
AssetInfo loads and returns the asset info for the given name.
AssetNames returns the names of the assets.
MustAsset is like Asset but panics when Asset would return an error.
RestoreAsset restores an asset under the given directory.
RestoreAssets restores an asset under the given directory recursively.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author